diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-05-12 23:02:06 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-12 23:02:06 -0700 |
commit | c3c5799909dce238babab00eb725d299112fd701 (patch) | |
tree | d9918346856f4efd42de929a9d5649e210c69c5b /keyboards/dz60/rules.mk | |
parent | 975c48efe6fcc0a1523ea1b9a98e0804b7ff33f6 (diff) | |
download | qmk_firmware-c3c5799909dce238babab00eb725d299112fd701.tar.gz qmk_firmware-c3c5799909dce238babab00eb725d299112fd701.zip |
Add standard layout 60% support for QMK Configurator and user space (#2950)
Diffstat (limited to 'keyboards/dz60/rules.mk')
-rw-r--r-- | keyboards/dz60/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/dz60/rules.mk b/keyboards/dz60/rules.mk index 9c4082da29..77055348cb 100644 --- a/keyboards/dz60/rules.mk +++ b/keyboards/dz60/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 = 60_ansi
\ No newline at end of file |