diff options
Diffstat (limited to 'keyboards/keebio/iris/keymaps/drashna/rules.mk')
-rw-r--r-- | keyboards/keebio/iris/keymaps/drashna/rules.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/keymaps/drashna/rules.mk b/keyboards/keebio/iris/keymaps/drashna/rules.mk index ca140d76c..51b9a105d 100644 --- a/keyboards/keebio/iris/keymaps/drashna/rules.mk +++ b/keyboards/keebio/iris/keymaps/drashna/rules.mk | |||
@@ -4,7 +4,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control | |||
4 | CONSOLE_ENABLE = no # Console for debug | 4 | CONSOLE_ENABLE = no # Console for debug |
5 | COMMAND_ENABLE = no # Commands for debug and configuration | 5 | COMMAND_ENABLE = no # Commands for debug and configuration |
6 | TAP_DANCE_ENABLE = no | 6 | TAP_DANCE_ENABLE = no |
7 | RGBLIGHT_ENABLE = yes | ||
8 | AUDIO_ENABLE = no | 7 | AUDIO_ENABLE = no |
9 | NKRO_ENABLE = yes | 8 | NKRO_ENABLE = yes |
10 | BACKLIGHT_ENABLE = no | 9 | BACKLIGHT_ENABLE = no |
@@ -15,3 +14,7 @@ INDICATOR_LIGHTS = no | |||
15 | RGBLIGHT_STARTUP_ANIMATION = no | 14 | RGBLIGHT_STARTUP_ANIMATION = no |
16 | CUSTOM_UNICODE_ENABLE = no | 15 | CUSTOM_UNICODE_ENABLE = no |
17 | CUSTOM_SPLIT_TRANSPORT_SYNC = no | 16 | CUSTOM_SPLIT_TRANSPORT_SYNC = no |
17 | |||
18 | ifneq ($(strip $(KEYBOARD)), keebio/iris/rev6) | ||
19 | RGBLIGHT_ENABLE = yes | ||
20 | endif | ||