From 8a1e656099a966966e7c81b08d9fb2770e8a61ad Mon Sep 17 00:00:00 2001 From: Zach Richard Date: Thu, 14 Dec 2017 00:20:44 -0500 Subject: 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 --- quantum/quantum_keycodes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'quantum/quantum_keycodes.h') 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, -- cgit v1.2.3-24-g4f1b