diff options
author | Joe Wasson <jwasson+github@gmail.com> | 2017-07-26 21:51:41 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-27 16:10:36 -0400 |
commit | f30f12ec8122b7c025ff83c5e38e171c4107052b (patch) | |
tree | eebbac46d723f8adea852275c4ea37e2dfe06183 /quantum/quantum_keycodes.h | |
parent | 5987f67989c1b8f5fbd108d4dae21a227bc2f99c (diff) | |
download | qmk_firmware-f30f12ec8122b7c025ff83c5e38e171c4107052b.tar.gz |
Add support for GeminiPR steno protocol.
This protocol breaks out "duplicate" keys into their own entry in the packet so that more complicated logic can be done on the software side, including support for additional languages and alternative theories.
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index f0937628e..ee2fac038 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -73,6 +73,8 @@ enum quantum_keycodes { QK_LAYER_TAP_TOGGLE_MAX = 0x58FF, #ifdef STENO_ENABLE QK_STENO = 0x5900, + QK_STENO_BOLT = 0x5930, + QK_STENO_GEMINI = 0x5931, QK_STENO_MAX = 0x593F, #endif QK_MOD_TAP = 0x6000, |