diff options
author | etiennelepagel <50152897+etiennelepagel@users.noreply.github.com> | 2021-10-11 22:42:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 19:42:14 -0700 |
commit | a0b7c1618af74cc1e18a482ac79ed1ddedcda2df (patch) | |
tree | 925cebf4470e7beee8531dc0b653adf3b9f99a74 /keyboards/machkeyboards/mach3/rules.mk | |
parent | 2d8dcf08e8981a30f2430a8794ff5013c56cfdd4 (diff) | |
download | qmk_firmware-a0b7c1618af74cc1e18a482ac79ed1ddedcda2df.tar.gz qmk_firmware-a0b7c1618af74cc1e18a482ac79ed1ddedcda2df.zip |
[Keyboard] Add MachKeyboards Mach3 (#14791)
Co-authored-by: Ryan <fauxpark@gmail.com>
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 |