diff options
author | Naoto Takai <takai@recompile.net> | 2021-02-21 13:48:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 20:48:52 -0800 |
commit | f6e909600d711c60e2ac3042131d4e20bbe8b7c4 (patch) | |
tree | 4bb5cf4e817292538f65480a41b7aa201a530662 /keyboards/mio/rules.mk | |
parent | fe4f7e6c731bb3b64810dfe6952908759b819df2 (diff) |
[Keyboard] Add MIO keyboard (#11852)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mio/rules.mk')
-rw-r--r-- | keyboards/mio/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/mio/rules.mk b/keyboards/mio/rules.mk new file mode 100644 index 0000000000..38ce53e309 --- /dev/null +++ b/keyboards/mio/rules.mk @@ -0,0 +1,22 @@ +# 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 = no # Console for debug +COMMAND_ENABLE = no # 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 = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |