summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorZach Richard <Zach.Richard94@gmail.com>2017-12-14 06:20:44 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-14 06:20:44 +0100
commit8a1e656099a966966e7c81b08d9fb2770e8a61ad (patch)
treeac58f8c2d86982c6d59d09406399315e1a2fb874 /quantum/quantum_keycodes.h
parent56f266173c0eeaffcfff8ac4becd551585acfdae (diff)
downloadqmk_firmware-8a1e656099a966966e7c81b08d9fb2770e8a61ad.tar.gz
qmk_firmware-8a1e656099a966966e7c81b08d9fb2770e8a61ad.tar.xz
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.h3
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 {
// Right shift, close paren
KC_RSPC,
+ // Shift, Enter
+ KC_SFTENT,
+
// Printing
PRINT_ON,
PRINT_OFF,