summaryrefslogtreecommitdiff
path: root/keyboards/dztech/dz60rgb_ansi/v2_1/rules.mk
diff options
context:
space:
mode:
authorDasky <32983009+daskygit@users.noreply.github.com>2021-09-28 06:26:30 +0100
committerGitHub <noreply@github.com>2021-09-27 22:26:30 -0700
commit02451fcc7507128ea7bded71962e19df2b2ecb02 (patch)
tree627f8826d97eb34d21e6aa43829c08b1aecfd332 /keyboards/dztech/dz60rgb_ansi/v2_1/rules.mk
parent574b3d8a5a6891fff6d8058abc5c091f65f8dec2 (diff)
[Keyboard] Add dz60rgb_ansi v2_1 (#14614)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/dztech/dz60rgb_ansi/v2_1/rules.mk')
-rw-r--r--keyboards/dztech/dz60rgb_ansi/v2_1/rules.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/dztech/dz60rgb_ansi/v2_1/rules.mk b/keyboards/dztech/dz60rgb_ansi/v2_1/rules.mk
new file mode 100644
index 0000000000..aa2092d4df
--- /dev/null
+++ b/keyboards/dztech/dz60rgb_ansi/v2_1/rules.mk
@@ -0,0 +1,25 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = lufa-ms
+BOOTLOADER_SIZE = 6144
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = yes # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+RGB_MATRIX_ENABLE = yes # Use RGB matrix
+RGB_MATRIX_DRIVER = IS31FL3733
+LTO_ENABLE = yes