diff options
Diffstat (limited to 'keyboards/dilly/rules.mk')
-rw-r--r-- | keyboards/dilly/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/dilly/rules.mk b/keyboards/dilly/rules.mk index 9c4082da29..812362567e 100644 --- a/keyboards/dilly/rules.mk +++ b/keyboards/dilly/rules.mk @@ -53,4 +53,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality AUDIO_ENABLE = no -RGBLIGHT_ENABLE = yes
\ No newline at end of file +RGBLIGHT_ENABLE = yes + +LAYOUTS = ortho_3x10 |