summaryrefslogtreecommitdiff
path: root/keyboards/blaster75/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-06-13 05:15:12 +0000
committerQMK Bot <hello@qmk.fm>2022-06-13 05:15:12 +0000
commit0c82aafb8a53ef4303c0ed024ac71f2541dda6ce (patch)
tree907ca6b781a4c0f6dbfdb47a40f25acd0c2b9cac /keyboards/blaster75/rules.mk
parent577e9d89fa7c18352998b147bebce6183795f5e0 (diff)
parent5149728b23906728c1959afb784489d9807625d6 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/blaster75/rules.mk')
-rw-r--r--keyboards/blaster75/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/blaster75/rules.mk b/keyboards/blaster75/rules.mk
new file mode 100644
index 0000000000..d851baa2c4
--- /dev/null
+++ b/keyboards/blaster75/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 = no # Mouse keys
+EXTRAKEY_ENABLE = no # Audio control and System control
+CONSOLE_ENABLE = yes # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = no # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+