1
0
Fork 0

Remove FAUXCLICKY feature (deprecated) (#11829)

This commit is contained in:
Drashna Jael're 2021-02-09 09:49:05 -08:00 committed by GitHub
parent 738bd263c1
commit 7161d65070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
483 changed files with 48 additions and 750 deletions

View file

@ -25,10 +25,6 @@
# include "backlight.h"
#endif
#ifdef FAUXCLICKY_ENABLE
# include "fauxclicky.h"
#endif
#ifdef API_ENABLE
# include "api.h"
#endif
@ -310,17 +306,6 @@ bool process_record_quantum(keyrecord_t *record) {
case EEPROM_RESET:
eeconfig_init();
return false;
#ifdef FAUXCLICKY_ENABLE
case FC_TOG:
FAUXCLICKY_TOGGLE;
return false;
case FC_ON:
FAUXCLICKY_ON;
return false;
case FC_OFF:
FAUXCLICKY_OFF;
return false;
#endif
#ifdef VELOCIKEY_ENABLE
case VLK_TOG:
velocikey_toggle();