summaryrefslogtreecommitdiff
path: root/keyboards/senselessclay/ck60/rules.mk
diff options
context:
space:
mode:
authorkb-elmo <lorwel@mailbox.org>2022-01-11 18:57:03 +0100
committerGitHub <noreply@github.com>2022-01-11 09:57:03 -0800
commit3124dfc5cd739bba632814e0f04281715bf1b05e (patch)
treea64c35d59d74b7a23aa1010aafbd634f7b8fde94 /keyboards/senselessclay/ck60/rules.mk
parent0963140149d43d40beef909bc4e181f8bd39acfd (diff)
[Keyboard] Add RGB matrix to CK60 (#15817)
Diffstat (limited to 'keyboards/senselessclay/ck60/rules.mk')
-rw-r--r--keyboards/senselessclay/ck60/rules.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/senselessclay/ck60/rules.mk b/keyboards/senselessclay/ck60/rules.mk
index 6b490bdd04..56aec94425 100644
--- a/keyboards/senselessclay/ck60/rules.mk
+++ b/keyboards/senselessclay/ck60/rules.mk
@@ -8,11 +8,14 @@ BOOTLOADER = atmel-dfu
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
+MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output \ No newline at end of file
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+
+RGB_MATRIX_ENABLE = yes # RGB matrix lighting
+RGB_MATRIX_DRIVER = WS2812 \ No newline at end of file