diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-06 11:12:42 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-06 11:12:42 -0700 |
commit | afa0a8d6f7822e1c0544aed1475ae528262987d8 (patch) | |
tree | b2b485515df714aff587ac4620914a235ba3cfdc /keyboards/dilly/rules.mk | |
parent | d86410103fd48a98c086dd7e5054d7d42905b741 (diff) |
Dilly: Refactor and Configurator support (#3134)
* Refactor
* Configurator support
* Add LAYOUT_ortho_3x10 to default QMK layouts
* Refactor Dilly to use LAYOUT_ortho_3x10
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 |