[Keymap] Add personal keymap for Planck (#9424)

* Create readme.md

* Add personal keymap

* Edit readme

* Reorganize layouts

* Update config.h

* Edit beep settings

* Apply suggestions from code review

* More suggestions from code review
This commit is contained in:
-k
2020-06-23 03:28:54 -07:00
committed by GitHub
parent bd1b51cbd1
commit 8d792cfb5f
4 changed files with 304 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
# Red Planck EZ (Glow) with beeps
QWERTY layout with colored layers (red, purple, green and white) for Planck EZ Glow. Soft beep feedback is On by default. Sound level is hardcoded with `DAC_SAMPLE_MAX` and tone settings (`CK`) are in Adjust (WHITE) layer.
```
RED Base
,-----------------------------------------------------------------------------------.
| Tab | Q | W | E | R | T | Y | U | I | O | P | Bksp |
|------+------+------+------+------+------+------+------+------+------+------+------|
| Esc | A | S | D | F | G | H | J | K | L | ; | " |
|------+------+------+------+------+------+------+------+------+------+------+------|
| Shift| Z | X | C | V | B | N | M | , | . | / |Enter |
|------+------+------+------+------+------+------+------+------+------+------+------|
| QMK | Ctrl | Alt | OS |Lower | Space |Raise | Left | Down | Up |Right |
`-----------------------------------------------------------------------------------'
```
```
PURPLE Lower
,-----------------------------------------------------------------------------------.
| ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Bksp |
|------+------+------+------+------+------+------+------+------+------+------+------|
| Del | F1 | F2 | F3 | F4 | F5 | F6 | _ | + | { | } | | |
|------+------+------+------+------+------+------+------+------+------+------+------|
| | F7 | F8 | F9 | F10 | F11 | F12 |ISO ~ |ISO | | Home | End | |
|------+------+------+------+------+------+------+------+------+------+------+------|
| | | | |Lower | |Raise | Next | Vol- | Vol+ | Play |
`-----------------------------------------------------------------------------------'
```
```
GREEN Raise
,-----------------------------------------------------------------------------------.
| ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
|------+------+------+------+------+------+------+------+------+------+------+------|
| Del | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | \ |
|------+------+------+------+------+------+------+------+------+------+------+------|
| | F7 | F8 | F9 | F10 | F11 | F12 |ISO # |ISO / |Pg Up |Pg Dn | |
|------+------+------+------+------+------+------+------+------+------+------+------|
| | | | |Lower | |Raise | Next | Vol- | Vol+ | Play |
`-----------------------------------------------------------------------------------'
```
```
WHITE (Lower + Raise)
,-----------------------------------------------------------------------------------.
| | CkUp | | | | | | | | | | |
|------+------+------+------+------+------+------+------+------+------+------+------|
| Del | CkTg |Aud On|AudOff|AudTog| | | |BRGTH+|BRGTH-| | Reset|
|------+------+------+------+------+------+------+------+------+------+------+------|
| | CkDn |Mus On|MusOff|MusTog| | | | | | | |
|------+------+------+------+------+------+------+------+------+------+------+------|
| | | | |Lower | |Raise | | | | |
`-----------------------------------------------------------------------------------'
```