summaryrefslogtreecommitdiffstats
path: root/keyboards/aeboards/ext65/rev3/rules.mk
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2022-11-20 19:27:24 +1100
committerGitHub <noreply@github.com>2022-11-20 00:27:24 -0800
commit26db668878d07c0f9947169f867659a27909eb24 (patch)
tree53d39678a816242fdff43682ed010e5d06ab8784 /keyboards/aeboards/ext65/rev3/rules.mk
parent0420a74d4cbcde4881b2fa08862dad825a60d5e7 (diff)
[Keyboard] EXT65 rev3 support (#18873)
Diffstat (limited to 'keyboards/aeboards/ext65/rev3/rules.mk')
-rw-r--r--keyboards/aeboards/ext65/rev3/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/aeboards/ext65/rev3/rules.mk b/keyboards/aeboards/ext65/rev3/rules.mk
new file mode 100644
index 0000000000..cc07ce5924
--- /dev/null
+++ b/keyboards/aeboards/ext65/rev3/rules.mk
@@ -0,0 +1,19 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# 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
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+AUDIO_ENABLE = no # Audio output
+OPT = 3
+LTO_ENABLE = yes