diff options
Diffstat (limited to 'keyboards/planck/rev6/rules.mk')
-rw-r--r-- | keyboards/planck/rev6/rules.mk | 3 |
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 | |||
18 | UNICODE_ENABLE = no # Unicode | 18 | UNICODE_ENABLE = no # Unicode |
19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
20 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | 20 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. |
21 | WS2812_DRIVER = bitbang | 21 | WS2812_DRIVER = pwm |
22 | API_SYSEX_ENABLE = no | 22 | API_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 |
25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 25 | SLEEP_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 | ||
28 | RGB_MATRIX_ENABLE = WS2812 | ||
28 | # SERIAL_LINK_ENABLE = yes | 29 | # SERIAL_LINK_ENABLE = yes |
29 | ENCODER_ENABLE = yes | 30 | ENCODER_ENABLE = yes |
30 | DIP_SWITCH_ENABLE = yes | 31 | DIP_SWITCH_ENABLE = yes |