diff options
author | fauxpark <fauxpark@gmail.com> | 2021-06-17 17:22:01 +1000 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2021-06-17 17:22:01 +1000 |
commit | d04f7bc1608d3acbf1008ae5fd7bf51ddb860ba2 (patch) | |
tree | 2f80fbe3f516acdf50050579b87a23beb9091680 /keyboards/mb44/rules.mk | |
parent | 9956ff4e031b33c5e1fe1ff6ee44885f1080d966 (diff) | |
parent | 2f08a343948c6db3c67505f8fca5fdbfed41831b (diff) | |
download | qmk_firmware-d04f7bc1608d3acbf1008ae5fd7bf51ddb860ba2.tar.gz qmk_firmware-d04f7bc1608d3acbf1008ae5fd7bf51ddb860ba2.zip |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/mb44/rules.mk')
-rw-r--r-- | keyboards/mb44/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/mb44/rules.mk b/keyboards/mb44/rules.mk new file mode 100644 index 0000000000..ba7e249c9b --- /dev/null +++ b/keyboards/mb44/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u2 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# 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 = 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes # Enable rotary encoder |