forked from forks/qmk_firmware
5 lines
166 B
Makefile
5 lines
166 B
Makefile
# Do not put the microcontroller into power saving mode
|
|
# when we get USB suspend event. We want it to keep updating
|
|
# backlight effects.
|
|
NO_SUSPEND_POWER_DOWN = yes
|