mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-27 21:50:12 +00:00
649b33d778
* fixes from tmk's repo * rename keyboard to keyboards
5 lines
134 B
Makefile
5 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
|