aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/rev6/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/rev6/rules.mk')
-rw-r--r--keyboards/planck/rev6/rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/rev6/rules.mk b/keyboards/planck/rev6/rules.mk
index d101f36d6..a1ff82b17 100644
--- a/keyboards/planck/rev6/rules.mk
+++ b/keyboards/planck/rev6/rules.mk
@@ -18,13 +18,14 @@ AUDIO_ENABLE = yes # Audio output
18UNICODE_ENABLE = no # Unicode 18UNICODE_ENABLE = no # Unicode
19BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 19BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
20RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. 20RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
21WS2812_DRIVER = bitbang 21WS2812_DRIVER = pwm
22API_SYSEX_ENABLE = no 22API_SYSEX_ENABLE = no
23 23
24# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 24# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
25SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 25SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
26#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 26#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
27 27
28RGB_MATRIX_ENABLE = WS2812
28# SERIAL_LINK_ENABLE = yes 29# SERIAL_LINK_ENABLE = yes
29ENCODER_ENABLE = yes 30ENCODER_ENABLE = yes
30DIP_SWITCH_ENABLE = yes 31DIP_SWITCH_ENABLE = yes