forked from mirrors/qmk_userspace
new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!) (#2100)
* new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!) * corrected documentation to specify rules.mk file instead of Makefile
This commit is contained in:
parent
56f266173c
commit
8a1e656099
6 changed files with 785 additions and 0 deletions
|
@ -423,6 +423,9 @@ enum quantum_keycodes {
|
|||
// Right shift, close paren
|
||||
KC_RSPC,
|
||||
|
||||
// Shift, Enter
|
||||
KC_SFTENT,
|
||||
|
||||
// Printing
|
||||
PRINT_ON,
|
||||
PRINT_OFF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue