diff options
Diffstat (limited to 'keyboards/iris/rules.mk')
-rw-r--r-- | keyboards/iris/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/iris/rules.mk b/keyboards/iris/rules.mk index 88dd66c18..e93d7dae8 100644 --- a/keyboards/iris/rules.mk +++ b/keyboards/iris/rules.mk | |||
@@ -61,7 +61,7 @@ MIDI_ENABLE = no # MIDI controls | |||
61 | AUDIO_ENABLE = no # Audio output on port C6 | 61 | AUDIO_ENABLE = no # Audio output on port C6 |
62 | UNICODE_ENABLE = no # Unicode | 62 | UNICODE_ENABLE = no # Unicode |
63 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 63 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
64 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 64 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. |
65 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 65 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
66 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 66 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
67 | 67 | ||