summaryrefslogtreecommitdiffstats
path: root/keyboards/aozora/hotswap/rules.mk
diff options
context:
space:
mode:
authorPhooood <81713801+Phooood@users.noreply.github.com>2021-08-08 20:31:33 -0700
committerGitHub <noreply@github.com>2021-08-08 20:31:33 -0700
commit7c2f48e55d25209eb5b27fc89d024fe985352142 (patch)
tree7ec5ed8d874ba4067eee0550a902705eb27d769a /keyboards/aozora/hotswap/rules.mk
parentac2090bf4e8f97d416cc10d73044af8585b51055 (diff)
[Keyboard] Add Aozora (hotswap) keyboard (#13919)
* Initial Commit * added header to hotswap.c * added keymap-specific reamdme.md * minor adjustments * Requested corrections to readme's
Diffstat (limited to 'keyboards/aozora/hotswap/rules.mk')
-rw-r--r--keyboards/aozora/hotswap/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/aozora/hotswap/rules.mk b/keyboards/aozora/hotswap/rules.mk
new file mode 100644
index 0000000000..63d0199d0b
--- /dev/null
+++ b/keyboards/aozora/hotswap/rules.mk
@@ -0,0 +1,23 @@
+# 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 = 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
+# 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 = no # 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
+