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/rules.mk | |
parent | 43d2a0e167fe01b3bf7c793f421a238dc8109dc6 (diff) | |
download | firmware-9a0245b7784e11b34c5f44bcd2079af2e19ab654.tar.gz firmware-9a0245b7784e11b34c5f44bcd2079af2e19ab654.tar.bz2 firmware-9a0245b7784e11b34c5f44bcd2079af2e19ab654.zip |
Fix boards which were overriding backlight without setting custom (#7970)
Diffstat (limited to 'keyboards/clueboard/66_hotswap/gen1/rules.mk')
-rw-r--r-- | keyboards/clueboard/66_hotswap/gen1/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/clueboard/66_hotswap/gen1/rules.mk b/keyboards/clueboard/66_hotswap/gen1/rules.mk index 50f140def..1de003ce5 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 |