diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-04 01:06:32 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-04 01:06:32 +0000 |
commit | ef7862280d73ae5697fa54e5cfb11f2cfe2e8d40 (patch) | |
tree | 9ccb166fd8bc6ab81fdeea36e6f2e59a9ecb1048 /keyboards/boardsource/beiwagon/rules.mk | |
parent | def12e22874318883191ce28444900a40901d2ef (diff) | |
parent | 400844453a48c63c0eb06ae6b5d714a1ac3918f3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/boardsource/beiwagon/rules.mk')
-rw-r--r-- | keyboards/boardsource/beiwagon/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/boardsource/beiwagon/rules.mk b/keyboards/boardsource/beiwagon/rules.mk new file mode 100644 index 0000000000..1654fb4a6f --- /dev/null +++ b/keyboards/boardsource/beiwagon/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# 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 = no # 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 +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 |