aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/dztech/dz60rgb/rules.mk
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-09-08 10:27:01 -0700
committerDrashna Jaelre <drashna@live.com>2019-09-08 10:27:01 -0700
commit99e58eab0fad1e81e5592e002f85aeea2563d272 (patch)
treeefe4366be513d468001a8f0605c7cec7450b91b8 /keyboards/dztech/dz60rgb/rules.mk
parentd2f87df7f47926fbb5c98a6a3d242afd7a78f31b (diff)
downloadfirmware-99e58eab0fad1e81e5592e002f85aeea2563d272.tar.gz
firmware-99e58eab0fad1e81e5592e002f85aeea2563d272.tar.bz2
firmware-99e58eab0fad1e81e5592e002f85aeea2563d272.zip
[Keyboard] Feature/dz60rgb cleanups (#6697)
* change LAYOUT_ANSI to LAYOUT_60_ansi * change QMK Configurator layout to LAYOUT_60_ansi as well * add 60_ansi support so I can make my userspace =) * update readme * Very strange. ISO keymap is still using 60_ansi LAYOUT macro. But then again....no ISO hottswap dz60 has been released
Diffstat (limited to 'keyboards/dztech/dz60rgb/rules.mk')
-rw-r--r--keyboards/dztech/dz60rgb/rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/dztech/dz60rgb/rules.mk b/keyboards/dztech/dz60rgb/rules.mk
index 8ff1cbdc2..006541504 100644
--- a/keyboards/dztech/dz60rgb/rules.mk
+++ b/keyboards/dztech/dz60rgb/rules.mk
@@ -12,3 +12,5 @@ NKRO_ENABLE = no # USB Nkey Rollover
AUDIO_ENABLE = no
RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix
NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
+
+LAYOUTS = 60_ansi \ No newline at end of file