forked from mirrors/qmk_userspace
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.
This commit is contained in:
parent
5987f67989
commit
f30f12ec81
9 changed files with 121 additions and 28 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue