diff options
author | QMK Bot <hello@qmk.fm> | 2023-03-07 21:08:24 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-03-07 21:08:24 +0000 |
commit | 1f64fccacb0f3586c610a92038de6d6b8c9481cd (patch) | |
tree | 45b060c92cc654757c67ea329630deaf83033a59 /keyboards/momokai/tap_duo/rules.mk | |
parent | 31ab01dce077d1788974505a4781f1cbdb3a6e5d (diff) | |
parent | 3d0f03f21e363f6485ee2fc1e10f9f61ca8709c2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/momokai/tap_duo/rules.mk')
-rw-r--r-- | keyboards/momokai/tap_duo/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/momokai/tap_duo/rules.mk b/keyboards/momokai/tap_duo/rules.mk index 0b56f37c99..0459a2ad6b 100644 --- a/keyboards/momokai/tap_duo/rules.mk +++ b/keyboards/momokai/tap_duo/rules.mk @@ -8,7 +8,8 @@ CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output - +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 LTO_ENABLE = yes |