diff options
author | npspears <40127181+npspears@users.noreply.github.com> | 2022-05-04 10:10:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-04 08:10:35 -0700 |
commit | 7608902794d94f0c833ac9f5ae0047a9403408a8 (patch) | |
tree | 7c697aa8111f611c435ac8e3ee53ea3d028aeeb1 /keyboards/checkerboards/quark_lp/rules.mk | |
parent | 5e6f9dfc4d5f2dabbfe8e27b52624b4800310544 (diff) |
[Keyboard] Add per-key RGB for Quark LP RGB variants (#16671)
Co-authored-by: Drashna Jaelre <drashna@live.com>
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 |