mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-29 02:52:47 +01:00
9 lines
278 B
Makefile
9 lines
278 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
|
|
|
|
# Experimental features for zealcmd please do no enable
|
|
#RAW_ENABLE = yes
|
|
#USE_KEYMAPS_IN_EEPROM = yes
|