summaryrefslogtreecommitdiff
path: root/keyboards/mino/hotswap/rules.mk
diff options
context:
space:
mode:
authorShandon Anderson <CheeseL0ver@users.noreply.github.com>2022-03-26 22:02:59 -0400
committerGitHub <noreply@github.com>2022-03-26 19:02:59 -0700
commit5fae1ec9c3aa105848da8fa7aa249918917b9fd6 (patch)
treeb23c73fe7084e1b201e767e7ec0af942ecb96bb2 /keyboards/mino/hotswap/rules.mk
parentf874984b96b273e3631bf86fb14d9468f427fa06 (diff)
[Keyboard] Add Mino Hotswap PCB (#16664)
Co-authored-by: Shandon Anderson <shandon@shandon.codes>
Diffstat (limited to 'keyboards/mino/hotswap/rules.mk')
-rw-r--r--keyboards/mino/hotswap/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/mino/hotswap/rules.mk b/keyboards/mino/hotswap/rules.mk
new file mode 100644
index 0000000000..64d04b189b
--- /dev/null
+++ b/keyboards/mino/hotswap/rules.mk
@@ -0,0 +1,19 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# 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
+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
+OLED_ENABLE = yes
+WPM_ENABLE = yes