diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-08 21:24:38 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-08 21:24:38 +0000 |
commit | d4bf9b1cc1e49f4bed4fa55883aabcb21cad0218 (patch) | |
tree | f23cb43f73c06ec8a290ba06d0da85387a3242f0 /keyboards/machine_industries/m4_a/rules.mk | |
parent | 49bc3b530bb89629f4bb20bf4b7c097d3dd94b89 (diff) | |
parent | d38696a4937525d34445bf23863f99675ec2f54c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/machine_industries/m4_a/rules.mk')
-rw-r--r-- | keyboards/machine_industries/m4_a/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/machine_industries/m4_a/rules.mk b/keyboards/machine_industries/m4_a/rules.mk new file mode 100644 index 0000000000..1275531ef6 --- /dev/null +++ b/keyboards/machine_industries/m4_a/rules.mk @@ -0,0 +1,18 @@ +# 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |