diff options
Diffstat (limited to 'layouts/community/ergodox/drashna/rules.mk')
| -rw-r--r-- | layouts/community/ergodox/drashna/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/community/ergodox/drashna/rules.mk b/layouts/community/ergodox/drashna/rules.mk index aea07134b..f5d63c56f 100644 --- a/layouts/community/ergodox/drashna/rules.mk +++ b/layouts/community/ergodox/drashna/rules.mk | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | TAP_DANCE_ENABLE = yes | 1 | TAP_DANCE_ENABLE = yes |
| 2 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 2 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 3 | COMMAND_ENABLE = yes # Commands for debug and configuration | 3 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 4 | ifdef KEYBOARD_ergodox_ez | 4 | ifeq ("$(KEYBOARD)","ergodox_ez") |
| 5 | RGBLIGHT_ENABLE = yes | 5 | RGBLIGHT_ENABLE = yes |
| 6 | RGB_MATRIX_ENABLE = no | ||
| 6 | endif | 7 | endif |
| 7 | CONSOLE_ENABLE = no | 8 | CONSOLE_ENABLE = no |
| 8 | BOOTMAGIC_ENABLE = yes | 9 | BOOTMAGIC_ENABLE = yes |
