summaryrefslogtreecommitdiff
path: root/keyboards/aeboards/constellation/rev3/rules.mk
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2022-11-15 20:33:58 +1100
committerGitHub <noreply@github.com>2022-11-15 01:33:58 -0800
commit4e7f533998a3b2caefb1d12e86b29b07e285a1ce (patch)
tree49f6c9e87443f6ee7808941ec2a4df0767a0128d /keyboards/aeboards/constellation/rev3/rules.mk
parented70f42638284449b95786479e16c0bd8026331d (diff)
[Keyboard] Add Constellation Rev3 (#18868)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/aeboards/constellation/rev3/rules.mk')
-rwxr-xr-xkeyboards/aeboards/constellation/rev3/rules.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/aeboards/constellation/rev3/rules.mk b/keyboards/aeboards/constellation/rev3/rules.mk
new file mode 100755
index 0000000000..d2950ac2b2
--- /dev/null
+++ b/keyboards/aeboards/constellation/rev3/rules.mk
@@ -0,0 +1,18 @@
+# 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 = yes # Console for debug
+COMMAND_ENABLE = yes # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+AUDIO_ENABLE = no # Audio output
+LTO_ENABLE = yes