75384689b2
Some options I defined on the config.h file don't make much sense to other keymaps so I revert the global config.h and add those options on the keymap custom one.
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
|