mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-01 02:33:53 +00: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
|