diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-12 09:14:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 01:14:07 +0000 |
commit | 0f926a8ae895580612313c866575969759a88db8 (patch) | |
tree | 21a4a0b7647f01880ef1427035aabc12264ff9f3 /keyboards/idobao/montex/v1/rules.mk | |
parent | c72120baab093a4cfdd9192e8bde0c64ee4172ae (diff) |
move montex to IDOBAO vendor folder (#15668)
* move montex to IDOBAO vendor folder
* move montex to montex/v1
Diffstat (limited to 'keyboards/idobao/montex/v1/rules.mk')
-rw-r--r-- | keyboards/idobao/montex/v1/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/idobao/montex/v1/rules.mk b/keyboards/idobao/montex/v1/rules.mk new file mode 100644 index 0000000000..b27013f863 --- /dev/null +++ b/keyboards/idobao/montex/v1/rules.mk @@ -0,0 +1,18 @@ +# 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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |