diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-06-01 12:08:12 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-01 12:08:12 -0700 |
commit | b5da3b53b3bcf86df193e61d8b2796b5488f41a9 (patch) | |
tree | e320e9f376e6ee1ecc72cb5fa2efca685576b5bd /keyboards/kbd8x | |
parent | b36a1ef61baf857281f124e27e7d0faefb49ad13 (diff) | |
download | firmware-b5da3b53b3bcf86df193e61d8b2796b5488f41a9.tar.gz firmware-b5da3b53b3bcf86df193e61d8b2796b5488f41a9.tar.bz2 firmware-b5da3b53b3bcf86df193e61d8b2796b5488f41a9.zip |
enable RGB underglow in rules (#3101)
Diffstat (limited to 'keyboards/kbd8x')
-rw-r--r-- | keyboards/kbd8x/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/kbd8x/rules.mk b/keyboards/kbd8x/rules.mk index 3bb473ba8..46e9732ea 100644 --- a/keyboards/kbd8x/rules.mk +++ b/keyboards/kbd8x/rules.mk @@ -62,6 +62,7 @@ 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 on B7 by default +RGBLIGHT_ENABLE ?= yes # Enable keyboard RGB underglow MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |