4 lines
166 B
Makefile
4 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
|