diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-11 10:58:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-11 10:58:18 +0000 |
commit | 7a7a413730b75ea9e0155829a9fe35f24f185e3c (patch) | |
tree | cc08737a46116038e8052593423d96f1e43fa9f0 /keyboards/momokai/tap_trio/rules.mk | |
parent | 869b3a030ef74de9d53940078af8cc381efd23ab (diff) | |
parent | 371499c3a79227d55ac481d23060074edc8c155a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/momokai/tap_trio/rules.mk')
-rw-r--r-- | keyboards/momokai/tap_trio/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/momokai/tap_trio/rules.mk b/keyboards/momokai/tap_trio/rules.mk new file mode 100644 index 0000000000..07e6f2d07f --- /dev/null +++ b/keyboards/momokai/tap_trio/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 = no # 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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +LTO_ENABLE = yes |