summaryrefslogtreecommitdiff
path: root/keyboards/aeboards/constellation/rev3/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-11-15 09:34:22 +0000
committerQMK Bot <hello@qmk.fm>2022-11-15 09:34:22 +0000
commit594f869619884519692319a44da394f8959d4cdf (patch)
tree3e361ea6d88597d41b5e5c932094a1d118981e70 /keyboards/aeboards/constellation/rev3/rules.mk
parent4238d49efe7d1fc461864dd57bbdf22a157e7f59 (diff)
parent4e7f533998a3b2caefb1d12e86b29b07e285a1ce (diff)
Merge remote-tracking branch 'origin/master' into develop
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