diff options
author | Joel Challis <git@zvecr.com> | 2020-01-27 22:31:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 22:31:54 +0000 |
commit | 9a0245b7784e11b34c5f44bcd2079af2e19ab654 (patch) | |
tree | 55a18b6bde771d51fe2dfa2b71d441eb9764172b /keyboards/clueboard/66_hotswap/gen1 | |
parent | 43d2a0e167fe01b3bf7c793f421a238dc8109dc6 (diff) | |
download | qmk_firmware-9a0245b7784e11b34c5f44bcd2079af2e19ab654.tar.gz qmk_firmware-9a0245b7784e11b34c5f44bcd2079af2e19ab654.zip |
Fix boards which were overriding backlight without setting custom (#7970)
Diffstat (limited to 'keyboards/clueboard/66_hotswap/gen1')
-rw-r--r-- | keyboards/clueboard/66_hotswap/gen1/led.c | 1 | ||||
-rw-r--r-- | keyboards/clueboard/66_hotswap/gen1/matrix.c | 1 | ||||
-rw-r--r-- | keyboards/clueboard/66_hotswap/gen1/rules.mk | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/clueboard/66_hotswap/gen1/led.c b/keyboards/clueboard/66_hotswap/gen1/led.c index efbf532022..f67259d2e4 100644 --- a/keyboards/clueboard/66_hotswap/gen1/led.c +++ b/keyboards/clueboard/66_hotswap/gen1/led.c @@ -16,6 +16,5 @@ */ #include "hal.h" -#include "backlight.h" #include "led.h" #include "printf.h" diff --git a/keyboards/clueboard/66_hotswap/gen1/matrix.c b/keyboards/clueboard/66_hotswap/gen1/matrix.c index c3e59b5646..05386215ed 100644 --- a/keyboards/clueboard/66_hotswap/gen1/matrix.c +++ b/keyboards/clueboard/66_hotswap/gen1/matrix.c @@ -5,7 +5,6 @@ #include "timer.h" #include "wait.h" #include "printf.h" -#include "backlight.h" #include "matrix.h" #include "action.h" #include "keycode.h" diff --git a/keyboards/clueboard/66_hotswap/gen1/rules.mk b/keyboards/clueboard/66_hotswap/gen1/rules.mk index 50f140defa..1de003ce5a 100644 --- a/keyboards/clueboard/66_hotswap/gen1/rules.mk +++ b/keyboards/clueboard/66_hotswap/gen1/rules.mk @@ -7,7 +7,6 @@ LED_MATRIX_ENABLE = IS31FL3731 # Build Options # comment out to disable the options. # -BACKLIGHT_ENABLE = yes BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) MOUSEKEY_ENABLE = yes # Mouse keys |