diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 8ae487bec..6d202c515 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -25,10 +25,6 @@ | |||
| 25 | # include "backlight.h" | 25 | # include "backlight.h" |
| 26 | #endif | 26 | #endif |
| 27 | 27 | ||
| 28 | #ifdef FAUXCLICKY_ENABLE | ||
| 29 | # include "fauxclicky.h" | ||
| 30 | #endif | ||
| 31 | |||
| 32 | #ifdef API_ENABLE | 28 | #ifdef API_ENABLE |
| 33 | # include "api.h" | 29 | # include "api.h" |
| 34 | #endif | 30 | #endif |
| @@ -310,17 +306,6 @@ bool process_record_quantum(keyrecord_t *record) { | |||
| 310 | case EEPROM_RESET: | 306 | case EEPROM_RESET: |
| 311 | eeconfig_init(); | 307 | eeconfig_init(); |
| 312 | return false; | 308 | return false; |
| 313 | #ifdef FAUXCLICKY_ENABLE | ||
| 314 | case FC_TOG: | ||
| 315 | FAUXCLICKY_TOGGLE; | ||
| 316 | return false; | ||
| 317 | case FC_ON: | ||
| 318 | FAUXCLICKY_ON; | ||
| 319 | return false; | ||
| 320 | case FC_OFF: | ||
| 321 | FAUXCLICKY_OFF; | ||
| 322 | return false; | ||
| 323 | #endif | ||
| 324 | #ifdef VELOCIKEY_ENABLE | 309 | #ifdef VELOCIKEY_ENABLE |
| 325 | case VLK_TOG: | 310 | case VLK_TOG: |
| 326 | velocikey_toggle(); | 311 | velocikey_toggle(); |
