diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-12 02:42:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-12 02:42:19 +0000 |
commit | 1e47c933cd4c65d9fa080f65a730b48558fd53d9 (patch) | |
tree | be37716596adfd1f30788189a8929b4cb236f27a /keyboards/machkeyboards/mach3/rules.mk | |
parent | 3ed44b9c9a4eedd1a63f293c1b7efccfb6288816 (diff) | |
parent | a0b7c1618af74cc1e18a482ac79ed1ddedcda2df (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/machkeyboards/mach3/rules.mk')
-rw-r--r-- | keyboards/machkeyboards/mach3/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/machkeyboards/mach3/rules.mk b/keyboards/machkeyboards/mach3/rules.mk new file mode 100644 index 0000000000..e8f6fb4038 --- /dev/null +++ b/keyboards/machkeyboards/mach3/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 +# 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +UNICODE_ENABLE = yes +BACKLIGHT_DRIVER = pwm
\ No newline at end of file |