mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-14 07:55:28 +00:00
9af995c59b
Only the EZ default keymaps compiles at the moment though.
4 lines
134 B
Makefile
4 lines
134 B
Makefile
# I don't want my keyboard blinking lights when is suppose to be asleep.
|
|
SLEEP_LED_ENABLE = no
|
|
|
|
CONFIG_H = keymaps/$(KEYMAP)/config.h
|