diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-07-14 12:26:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 21:26:00 -0700 |
commit | b29179de1afc1daaeacfc8685a1d69be13dc5d0e (patch) | |
tree | 168e65d8d38668ea08808746b43bf9cce1da4830 /keyboards/bastardkb/scylla/rules.mk | |
parent | ef8267d6a75c281e6981ea07520d369e2ef092fc (diff) |
RGB Matrix support for Scylla (#13415)
Co-authored-by: filterpaper <filterpaper@localhost>
Diffstat (limited to 'keyboards/bastardkb/scylla/rules.mk')
-rw-r--r-- | keyboards/bastardkb/scylla/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/bastardkb/scylla/rules.mk b/keyboards/bastardkb/scylla/rules.mk index cc88208e33..70e6f13e0b 100644 --- a/keyboards/bastardkb/scylla/rules.mk +++ b/keyboards/bastardkb/scylla/rules.mk @@ -17,7 +17,9 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE) +RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output SPLIT_KEYBOARD = yes |