diff options
Diffstat (limited to 'keyboards/jj40/keymaps/fun40/rules.mk')
-rw-r--r-- | keyboards/jj40/keymaps/fun40/rules.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/jj40/keymaps/fun40/rules.mk b/keyboards/jj40/keymaps/fun40/rules.mk index cd2208edd5..6fe3b05154 100644 --- a/keyboards/jj40/keymaps/fun40/rules.mk +++ b/keyboards/jj40/keymaps/fun40/rules.mk @@ -11,7 +11,11 @@ MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = yes # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. + +RGBLIGHT_ENABLE = yes +RGBLIGHT_CUSTOM_DRIVER = yes +DISABLE_WS2812 = yes + SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |