This commit is contained in:
yiancar
2023-04-21 14:55:54 +01:00
committed by GitHub
parent 974c01b4f8
commit ab4013a69e
9 changed files with 429 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
# Build Options
# change yes to no to disable
#
WS2812_DRIVER = pwm # Per-key RGB MCU Driver