diff options
author | Joel Challis <git@zvecr.com> | 2020-04-12 05:53:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 14:53:30 +1000 |
commit | 50e85f91e87f7fdb2e64b2d79c49c742f2f6e768 (patch) | |
tree | d97429c8a724abaa7401b7a9f688c809443c0e6d /keyboards | |
parent | 27e7f322a51597423a828396d2783b63462aa446 (diff) | |
download | qmk_firmware-50e85f91e87f7fdb2e64b2d79c49c742f2f6e768.tar.gz qmk_firmware-50e85f91e87f7fdb2e64b2d79c49c742f2f6e768.zip |
Fix compile issues with devastatingtkl (#8765)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/cannonkeys/devastatingtkl/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/cannonkeys/devastatingtkl/rules.mk b/keyboards/cannonkeys/devastatingtkl/rules.mk index 007dab751b..50c42100c5 100644 --- a/keyboards/cannonkeys/devastatingtkl/rules.mk +++ b/keyboards/cannonkeys/devastatingtkl/rules.mk @@ -10,7 +10,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -`` NKRO_ENABLE = yes # USB Nkey Rollover CUSTOM_MATRIX = no # Custom matrix file BACKLIGHT_ENABLE = yes |