From c3c5799909dce238babab00eb725d299112fd701 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Sat, 12 May 2018 23:02:06 -0700 Subject: Add standard layout 60% support for QMK Configurator and user space (#2950) --- keyboards/dz60/rules.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/dz60/rules.mk') diff --git a/keyboards/dz60/rules.mk b/keyboards/dz60/rules.mk index 9c4082da2..77055348c 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 -- cgit v1.2.3-24-g4f1b