diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-17 06:50:58 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-17 06:50:58 +0000 |
commit | d4ac56226d241e349e54b3d6c4eaab4f8dae6b00 (patch) | |
tree | b7fb21c5e5f67e4da829fa50216c3c8148a01688 /keyboards/tszaboo/ortho4exent/rules.mk | |
parent | 29589ce83264ac6be11481b8955f67db909a7a24 (diff) | |
parent | 8a2d3a8861588646c8563dfde080e49358faa245 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tszaboo/ortho4exent/rules.mk')
-rw-r--r-- | keyboards/tszaboo/ortho4exent/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/tszaboo/ortho4exent/rules.mk b/keyboards/tszaboo/ortho4exent/rules.mk new file mode 100644 index 0000000000..e1756f2c4a --- /dev/null +++ b/keyboards/tszaboo/ortho4exent/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +LTO_ENABLE = yes |