summaryrefslogtreecommitdiff
path: root/keyboards/planck/rev6/rules.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2020-08-15 05:18:13 -0700
committerGitHub <noreply@github.com>2020-08-15 13:18:13 +0100
commitacc4bedddcb360d2d221d7ca7882baec446457f2 (patch)
tree5e8b6f8f2b49487104a4408aecc47cc62f7b17c5 /keyboards/planck/rev6/rules.mk
parentc02666c4cbdae772698f2cb252a2a791225f81a9 (diff)
[Keyboard] Fix Planck/Rev6 compiler issue (#9953)
Specifically, don't want to have both RGBLight and RGB Matrix (with WS2812) enabled at the same time. This will cause issues in usage, but apparently not when compiling. Additionally, the led matrix was not encapsulated with preprocessor code.
Diffstat (limited to 'keyboards/planck/rev6/rules.mk')
-rw-r--r--keyboards/planck/rev6/rules.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/planck/rev6/rules.mk b/keyboards/planck/rev6/rules.mk
index a1ff82b17e..4f3790d294 100644
--- a/keyboards/planck/rev6/rules.mk
+++ b/keyboards/planck/rev6/rules.mk
@@ -23,9 +23,8 @@ API_SYSEX_ENABLE = no
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
-#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
-RGB_MATRIX_ENABLE = WS2812
+# RGB_MATRIX_ENABLE = WS2812
# SERIAL_LINK_ENABLE = yes
ENCODER_ENABLE = yes
DIP_SWITCH_ENABLE = yes