diff options
author | Tran Kim Tung <contact@trankimtung.com> | 2021-08-19 23:51:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 16:51:23 +0100 |
commit | 49be4860f72af98d3788d5559023cc3fc9f4e08e (patch) | |
tree | 6368dab91efa42950b87e137441542fa052e9628 /keyboards/dztech/dz60rgb_wkl/v2_1/rules.mk | |
parent | d6eee3e0f2d14d53445fe334dd2b4f4b30c21f47 (diff) |
[Keyboard] adds new keyboard version: dztech/dz60rgb_wkl/v2_1 (#14021)
* [Keyboard] adds new keyboard version: dztech/dz60rgb_wkl/v2_1
* Update keyboards/dztech/dz60rgb_wkl/readme.md
Remove external flash manual link
Co-authored-by: Ryan <fauxpark@gmail.com>
* dz60rgb_wkl/v2_1: remove NO_USB_STARTUP_CHECK
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/dztech/dz60rgb_wkl/v2_1/rules.mk')
-rw-r--r-- | keyboards/dztech/dz60rgb_wkl/v2_1/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/dztech/dz60rgb_wkl/v2_1/rules.mk b/keyboards/dztech/dz60rgb_wkl/v2_1/rules.mk new file mode 100644 index 0000000000..94194f77ff --- /dev/null +++ b/keyboards/dztech/dz60rgb_wkl/v2_1/rules.mk @@ -0,0 +1,28 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = lufa-ms +BOOTLOADER_SIZE = 6144 + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +RGB_MATRIX_ENABLE = yes # Use RGB matrix +RGB_MATRIX_DRIVER = IS31FL3733 +LTO_ENABLE = yes + +LAYOUTS = 60_tsangan_hhkb |