diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-27 01:25:35 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-27 01:25:35 +0000 |
commit | 11d5ff415fad40988aba9a43628720a106c2b198 (patch) | |
tree | fc50ef045b3199a990a91fc4216300cfdc8b0eae /keyboards/mntre/rules.mk | |
parent | 672c6b47219067d1ec50057b17af4fcd98132ba4 (diff) | |
parent | 51be57c28709f60ce8c196de48d302d67abe6a4d (diff) | |
download | qmk_firmware-11d5ff415fad40988aba9a43628720a106c2b198.tar.gz qmk_firmware-11d5ff415fad40988aba9a43628720a106c2b198.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mntre/rules.mk')
-rw-r--r-- | keyboards/mntre/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mntre/rules.mk b/keyboards/mntre/rules.mk new file mode 100644 index 0000000000..0159e4da7e --- /dev/null +++ b/keyboards/mntre/rules.mk @@ -0,0 +1,21 @@ +# 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 = no # Mouse keys +EXTRAKEY_ENABLE = no # 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +OLED_ENABLE = yes +BACKLIGHT_DRIVER = pwm + |