[Keyboard] YMDK NP21: matrix and keymap refactor (#8112)
* YMDK NP21: matrix and keymap refactor - refactored layout macros - LAYOUT_ortho_6x4 orients the keyboard with the USB port to the back instead of to the right - LAYOUT uses the previous sideways orientation (included for backwards compatibility) - removed redundant includes from ymdk_np21.h - added a readme for the default keymap * add Configurator layout support
This commit is contained in:
parent
43c0a9293e
commit
b62829031d
4 changed files with 137 additions and 46 deletions
26
keyboards/ymdk_np21/keymaps/default/readme.md
Normal file
26
keyboards/ymdk_np21/keymaps/default/readme.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# default
|
||||
|
||||
The default keymap for the YMDK NP21 keypad.
|
||||
|
||||
Base Layer Function Layer
|
||||
.-----. .-----.
|
||||
| USB | | USB |
|
||||
,-------------------------------. ,-------------------------------.
|
||||
| Esc | Tab | Back | Fn | | | | |▒▒▒▒▒▒▒|
|
||||
| | | Space | | | | | |▒▒▒▒▒▒▒|
|
||||
|-------+-------+-------+-------| |-------+-------+-------+-------|
|
||||
| Num | / | * | - | | | | | |
|
||||
| Lock | | | | | | | | |
|
||||
|-------+-------+-------+-------| |-------+-------+-------+-------|
|
||||
| 7 | 8 | 9 | + | | | BL | | BL |
|
||||
| Home | Up | PgUp | | | | On | | Inc |
|
||||
|-------+-------+-------+-------| |-------+-------+-------+-------|
|
||||
| 4 | 5 | 6 | + | | | BL | | BL |
|
||||
| Left | | Right | | | | Togg | | Inc |
|
||||
|-------+-------+-------+-------| |-------+-------+-------+-------|
|
||||
| 1 | 2 | 3 | Ent | | | BL | | BL |
|
||||
| End | Down | PgDn | | | | Off | | Dec |
|
||||
|-------+-------+-------+-------| |-------+-------+-------+-------|
|
||||
| 0 | . | . | Ent | | BL | | | BL |
|
||||
| Ins | | Del | | | Brthg | | | Dec |
|
||||
`-------------------------------' `-------------------------------'
|
Loading…
Add table
Add a link
Reference in a new issue