diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-04 15:11:15 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-04 15:11:15 +0000 |
commit | 4b337b228a4cd9ac9ad18536f235a05df81805de (patch) | |
tree | 141d62342e546644c2e46b90b05326b4e0ed2cd2 /keyboards/checkerboards/quark_lp/rules.mk | |
parent | f64d30f38e55e6e156dda5230864de4a581b8fe1 (diff) | |
parent | 7608902794d94f0c833ac9f5ae0047a9403408a8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/checkerboards/quark_lp/rules.mk')
-rw-r--r-- | keyboards/checkerboards/quark_lp/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/checkerboards/quark_lp/rules.mk b/keyboards/checkerboards/quark_lp/rules.mk index 155e14ca68..d5bf779f12 100644 --- a/keyboards/checkerboards/quark_lp/rules.mk +++ b/keyboards/checkerboards/quark_lp/rules.mk @@ -14,5 +14,6 @@ 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 |