diff options
author | Drashna Jaelre <drashna@live.com> | 2021-10-03 14:17:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 22:17:23 +0100 |
commit | 640869257f996b9f505e73f531b5343dc9124444 (patch) | |
tree | 61589078c77d7cb2f6d67d3a8696cf12f7796044 /keyboards/mokey | |
parent | 8782dc824d3d0ffddb087077ef94f728c18140db (diff) |
[Keyboard] Disable RGBLIGHT on mokey64 (#14681)
Diffstat (limited to 'keyboards/mokey')
-rw-r--r-- | keyboards/mokey/mokey64/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mokey/mokey64/rules.mk b/keyboards/mokey/mokey64/rules.mk index 6da271964f..a181895095 100644 --- a/keyboards/mokey/mokey64/rules.mk +++ b/keyboards/mokey/mokey64/rules.mk @@ -17,5 +17,5 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = no # USB Nkey 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 |