diff options
author | Zach Richard <Zach.Richard94@gmail.com> | 2017-12-14 00:20:44 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-14 00:20:44 -0500 |
commit | 8a1e656099a966966e7c81b08d9fb2770e8a61ad (patch) | |
tree | ac58f8c2d86982c6d59d09406399315e1a2fb874 /quantum/quantum_keycodes.h | |
parent | 56f266173c0eeaffcfff8ac4becd551585acfdae (diff) | |
download | qmk_firmware-8a1e656099a966966e7c81b08d9fb2770e8a61ad.tar.gz qmk_firmware-8a1e656099a966966e7c81b08d9fb2770e8a61ad.zip |
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
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index f2cb25718..453774d85 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -423,6 +423,9 @@ enum quantum_keycodes { | |||
423 | // Right shift, close paren | 423 | // Right shift, close paren |
424 | KC_RSPC, | 424 | KC_RSPC, |
425 | 425 | ||
426 | // Shift, Enter | ||
427 | KC_SFTENT, | ||
428 | |||
426 | // Printing | 429 | // Printing |
427 | PRINT_ON, | 430 | PRINT_ON, |
428 | PRINT_OFF, | 431 | PRINT_OFF, |