rules.mk 349 B

123456789101112
  1. # Wildcard to allow APM32 MCU
  2. DFU_SUFFIX_ARGS = -v FFFF -p FFFF
  3. # Do not put the microcontroller into power saving mode
  4. # when we get USB suspend event. We want it to keep updating
  5. # backlight effects.
  6. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
  7. # Build Options
  8. # change yes to no to disable
  9. #
  10. WS2812_DRIVER = pwm # Per-key RGB MCU Driver