diff options
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 0160c5586..e0f5dbc61 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
| @@ -150,13 +150,6 @@ enum quantum_keycodes { | |||
| 150 | CLICKY_DOWN, | 150 | CLICKY_DOWN, |
| 151 | CLICKY_RESET, | 151 | CLICKY_RESET, |
| 152 | 152 | ||
| 153 | #ifdef FAUXCLICKY_ENABLE | ||
| 154 | // Faux clicky | ||
| 155 | FC_ON, | ||
| 156 | FC_OFF, | ||
| 157 | FC_TOG, | ||
| 158 | #endif | ||
| 159 | |||
| 160 | // Music mode on/off/toggle | 153 | // Music mode on/off/toggle |
| 161 | MU_ON, | 154 | MU_ON, |
| 162 | MU_OFF, | 155 | MU_OFF, |
| @@ -717,6 +710,9 @@ enum quantum_keycodes { | |||
| 717 | #define CK_DOWN CLICKY_DOWN | 710 | #define CK_DOWN CLICKY_DOWN |
| 718 | #define CK_ON CLICKY_ENABLE | 711 | #define CK_ON CLICKY_ENABLE |
| 719 | #define CK_OFF CLICKY_DISABLE | 712 | #define CK_OFF CLICKY_DISABLE |
| 713 | #define FC_ON CLICKY_ENABLE | ||
| 714 | #define FC_OFF CLICKY_DISABLE | ||
| 715 | #define FC_TOGG CLICKY_TOGGLE | ||
| 720 | 716 | ||
| 721 | #define RGB_MOD RGB_MODE_FORWARD | 717 | #define RGB_MOD RGB_MODE_FORWARD |
| 722 | #define RGB_RMOD RGB_MODE_REVERSE | 718 | #define RGB_RMOD RGB_MODE_REVERSE |
