diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-11 17:57:37 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-11 17:57:37 +0000 |
commit | 80e321f6ab176233f41ef556acc089ca1598df72 (patch) | |
tree | 4517fab925a70475378b1cd3594db359b8b202a8 /keyboards/senselessclay/ck60/rules.mk | |
parent | aebf17b7e2968948de7afdb3b913de838336a668 (diff) | |
parent | 3d63c814d321be7e97dfdef295ee6e1deb3a1fcc (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/senselessclay/ck60/rules.mk')
-rw-r--r-- | keyboards/senselessclay/ck60/rules.mk | 9 |
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 |