diff options
author | Ryan <fauxpark@gmail.com> | 2023-08-15 20:06:57 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 11:06:57 +0100 |
commit | 1c069b13b9c410d30cb3b0126b21b984284c405c (patch) | |
tree | e1c8ed8a6e4a50fb7afb8fe9b017743f0b0b87c9 /keyboards/capsunlocked/cu75/keymaps/default | |
parent | 3ece80f73f781a719ea6665af1d01b99922388e9 (diff) |
rgblight: driver selection cleanups (#21558)
Diffstat (limited to 'keyboards/capsunlocked/cu75/keymaps/default')
-rw-r--r-- | keyboards/capsunlocked/cu75/keymaps/default/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/capsunlocked/cu75/keymaps/default/rules.mk b/keyboards/capsunlocked/cu75/keymaps/default/rules.mk index aefb10a8b1..483baa7993 100644 --- a/keyboards/capsunlocked/cu75/keymaps/default/rules.mk +++ b/keyboards/capsunlocked/cu75/keymaps/default/rules.mk @@ -7,7 +7,6 @@ NKRO_ENABLE = yes BACKLIGHT_ENABLE = yes # Disable keyboard backlight functionality AUDIO_ENABLE = no # Audio output RGBLIGHT_ENABLE = yes # Disable RGB underlight -RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 SLEEP_LED_ENABLE = yes ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled |