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:
Zach Richard 2017-12-14 00:20:44 -05:00 committed by Jack Humbert
parent 56f266173c
commit 8a1e656099
6 changed files with 785 additions and 0 deletions

View file

@ -423,6 +423,9 @@ enum quantum_keycodes {
// Right shift, close paren
KC_RSPC,
// Shift, Enter
KC_SFTENT,
// Printing
PRINT_ON,
PRINT_OFF,