diff options
author | Rob Owens <rtowens17@gmail.com> | 2021-07-03 02:58:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 00:58:13 -0700 |
commit | c55bb3d4787b2801ac447d8051cf1435f7e87f64 (patch) | |
tree | 088e6e41e8be99ca686e6703d4afa743dac064b5 /keyboards/montex/rules.mk | |
parent | 2af5d493e32dffe89d8b4908905d57a42aa47e53 (diff) | |
download | qmk_firmware-c55bb3d4787b2801ac447d8051cf1435f7e87f64.tar.gz qmk_firmware-c55bb3d4787b2801ac447d8051cf1435f7e87f64.zip |
[Keyboard] Add support for Idobao Montex (#13214)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/montex/rules.mk')
-rw-r--r-- | keyboards/montex/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/montex/rules.mk b/keyboards/montex/rules.mk new file mode 100644 index 0000000000..5a286ce0f1 --- /dev/null +++ b/keyboards/montex/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 = full # 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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |