diff options
author | Drashna Jaelre <drashna@live.com> | 2018-06-01 13:29:52 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-09-25 13:28:36 -0700 |
commit | a0309db983150fd0197eb620a6ba552d90d29f93 (patch) | |
tree | c2101615f64c8ab4af8f17dd214ec92e0a3cad48 /quantum/quantum_keycodes.h | |
parent | cfb1b353eef290ea4eddd7cfcb4617ca25d440d2 (diff) | |
download | qmk_firmware-a0309db983150fd0197eb620a6ba552d90d29f93.tar.gz qmk_firmware-a0309db983150fd0197eb620a6ba552d90d29f93.zip |
Add On/Off keycodes
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 050d2d275..e983798f2 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -139,10 +139,13 @@ enum quantum_keycodes { | |||
139 | 139 | ||
140 | // Faux clicky as part of main audio feature | 140 | // Faux clicky as part of main audio feature |
141 | CLICKY_TOGGLE, | 141 | CLICKY_TOGGLE, |
142 | CLICKY_ENABLE, | ||
143 | CLICKY_DISABLE, | ||
142 | CLICKY_UP, | 144 | CLICKY_UP, |
143 | CLICKY_DOWN, | 145 | CLICKY_DOWN, |
144 | CLICKY_RESET, | 146 | CLICKY_RESET, |
145 | 147 | ||
148 | |||
146 | #ifdef FAUXCLICKY_ENABLE | 149 | #ifdef FAUXCLICKY_ENABLE |
147 | // Faux clicky | 150 | // Faux clicky |
148 | FC_ON, | 151 | FC_ON, |
@@ -571,6 +574,8 @@ enum quantum_keycodes { | |||
571 | #define CK_RST CLICKY_RESET | 574 | #define CK_RST CLICKY_RESET |
572 | #define CK_UP CLICKY_UP | 575 | #define CK_UP CLICKY_UP |
573 | #define CK_DOWN CLICKY_DOWN | 576 | #define CK_DOWN CLICKY_DOWN |
577 | #define CK_ON CLICKY_ENABLE | ||
578 | #define CK_OFF CLICKY_DISABLE | ||
574 | 579 | ||
575 | #define RGB_MOD RGB_MODE_FORWARD | 580 | #define RGB_MOD RGB_MODE_FORWARD |
576 | #define RGB_SMOD RGB_MODE_FORWARD | 581 | #define RGB_SMOD RGB_MODE_FORWARD |