From 5fae1ec9c3aa105848da8fa7aa249918917b9fd6 Mon Sep 17 00:00:00 2001 From: Shandon Anderson Date: Sat, 26 Mar 2022 22:02:59 -0400 Subject: [Keyboard] Add Mino Hotswap PCB (#16664) Co-authored-by: Shandon Anderson --- keyboards/mino/hotswap/rules.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 keyboards/mino/hotswap/rules.mk (limited to 'keyboards/mino/hotswap/rules.mk') 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 -- cgit v1.2.3