diff options
author | bomb <84309788+mj-bomb@users.noreply.github.com> | 2022-02-09 13:49:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 21:49:40 -0800 |
commit | a75fb03f39821ada7ba74e12af68128f365c59ea (patch) | |
tree | 53c772f9926de734c0bf0d264a165ccc27c9728f /keyboards/melgeek/mach80/rev2/rules.mk | |
parent | bf4ce4169617140b31d781aa556c84477efea635 (diff) |
[Keyboard] MelGeek Mach80 rev2 (#15610)
Diffstat (limited to 'keyboards/melgeek/mach80/rev2/rules.mk')
-rwxr-xr-x | keyboards/melgeek/mach80/rev2/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/melgeek/mach80/rev2/rules.mk b/keyboards/melgeek/mach80/rev2/rules.mk new file mode 100755 index 0000000000..56ba67e632 --- /dev/null +++ b/keyboards/melgeek/mach80/rev2/rules.mk @@ -0,0 +1,23 @@ +# 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 = 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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGB_MATRIX_ENABLE = yes # Use RGB matrix +RGB_MATRIX_DRIVER = IS31FL3741 + +LTO_ENABLE = yes + +LAYOUTS = tkl_ansi |