diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2019-12-06 09:25:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-06 09:25:39 +0900 |
commit | 13e1dd3d53a75840cce9c7fa52fd6d8d26a36a9a (patch) | |
tree | a51a6bd431d848279d8c03357ac05ecfb25312ce /quantum/quantum_keycodes.h | |
parent | 1d600f09a8b813f77d8b6ff4cc55484b7154ae25 (diff) | |
parent | 038cef3054a816021a797c217d147057c8edd926 (diff) |
Merge pull request #222 from zsa/staging
Firmware 15
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index f5dca02e6b..872aa89bc4 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -473,6 +473,9 @@ enum quantum_keycodes { HPT_BUZ, HPT_MODI, HPT_MODD, + HPT_CONT, + HPT_CONI, + HPT_COND, HPT_DWLI, HPT_DWLD, @@ -500,6 +503,9 @@ enum quantum_keycodes { MAGIC_UNSWAP_CTL_GUI, MAGIC_TOGGLE_CTL_GUI, +#ifdef WEBUSB_ENABLE + WEBUSB_PAIR, +#endif // always leave at the end SAFE_RANGE }; |