diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-15 08:35:53 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-15 08:35:53 +0000 |
commit | 1335d205f4186523bdffecac6d0fb145ffc4e671 (patch) | |
tree | 07e2c0a08be3ba319cbd8524fb5158ce0ab6701e /keyboards/io_mini1800/rules.mk | |
parent | 037c5b5496ffb3b99fc6e4607de12011bce564e7 (diff) | |
parent | e94c2df3f3908295c824e20c0593e718c45a0f56 (diff) | |
download | qmk_firmware-1335d205f4186523bdffecac6d0fb145ffc4e671.tar.gz qmk_firmware-1335d205f4186523bdffecac6d0fb145ffc4e671.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/io_mini1800/rules.mk')
-rw-r--r-- | keyboards/io_mini1800/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/io_mini1800/rules.mk b/keyboards/io_mini1800/rules.mk new file mode 100644 index 0000000000..284ea23e78 --- /dev/null +++ b/keyboards/io_mini1800/rules.mk @@ -0,0 +1,20 @@ +# 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 = 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 +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 + +ENCODER_ENABLE = yes |