~ruther/qmk_firmware

ref: 2367d8129c92474eb0da66ebc5ace893097cf574 qmk_firmware/keyboards/novelkeys/nk_plus/rules.mk -rw-r--r-- 349 bytes
2367d812 — Ryan Move `RGBLIGHT_SLEEP` to data driven (#21072) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
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