summaryrefslogtreecommitdiff
path: root/keyboards/dztech/dz64rgb/rules.mk
diff options
context:
space:
mode:
authormoyi4681 <moyi4681@users.noreply.github.com>2022-01-11 03:05:53 +0800
committerGitHub <noreply@github.com>2022-01-10 11:05:53 -0800
commit23ba884fa08e0a7cb16486ba1d31ea2c74cf33c9 (patch)
tree1c42d7941355cd912cc961940d9b22ca250a5484 /keyboards/dztech/dz64rgb/rules.mk
parent50d46b5003a4469689337f218b415b2c61ffd185 (diff)
[Keyboard] add dz64rgb support (#15553)
* add dz64rgb support * Update keyboards/dztech/dz64rgb/dz64rgb.c * Update keyboards/dztech/dz64rgb/rules.mk * Update keyboards/dztech/dz64rgb/dz64rgb.c * Update keyboards/dztech/dz64rgb/rules.mk * Update keyboards/dztech/dz64rgb/rules.mk * Update keyboards/dztech/dz64rgb/rules.mk
Diffstat (limited to 'keyboards/dztech/dz64rgb/rules.mk')
-rw-r--r--keyboards/dztech/dz64rgb/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/dztech/dz64rgb/rules.mk b/keyboards/dztech/dz64rgb/rules.mk
new file mode 100644
index 0000000000..f4982e7fd2
--- /dev/null
+++ b/keyboards/dztech/dz64rgb/rules.mk
@@ -0,0 +1,22 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = lufa-ms
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = IS31FL3733
+LTO_ENABLE = yes
+LAYOUT= 64_ansi \ No newline at end of file