mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-11 17:44:51 +01:00
5 lines
174 B
Makefile
5 lines
174 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.
|
|
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
|