aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/wilba_tech/wt65_xt/rules.mk
diff options
context:
space:
mode:
authorWilba <Jason.S.Williams@gmail.com>2020-08-17 19:21:02 +1000
committerGitHub <noreply@github.com>2020-08-17 02:21:02 -0700
commitcb87f5fbeb2f77179845f20c9d5179a35dceca41 (patch)
tree530e17d851b63a5cf368d69722b8a08d631daf0d /keyboards/wilba_tech/wt65_xt/rules.mk
parentd02301e59d49a15a51eedb3456b289b1d585c22e (diff)
downloadfirmware-cb87f5fbeb2f77179845f20c9d5179a35dceca41.tar.gz
firmware-cb87f5fbeb2f77179845f20c9d5179a35dceca41.tar.bz2
firmware-cb87f5fbeb2f77179845f20c9d5179a35dceca41.zip
[Keyboard] wilba.tech WT65-XT and WT65-XTX (#9999)
* Added wilba.tech WT65-XT, WT65-XTX * Review changes * Review changes
Diffstat (limited to 'keyboards/wilba_tech/wt65_xt/rules.mk')
-rw-r--r--keyboards/wilba_tech/wt65_xt/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/wt65_xt/rules.mk b/keyboards/wilba_tech/wt65_xt/rules.mk
new file mode 100644
index 000000000..04e644cbc
--- /dev/null
+++ b/keyboards/wilba_tech/wt65_xt/rules.mk
@@ -0,0 +1,22 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+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
+# 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 \ No newline at end of file