diff options
author | Thiago Alves <talk@thiagoalves.com.br> | 2016-05-10 16:15:32 -0700 |
---|---|---|
committer | Thiago Alves <talk@thiagoalves.com.br> | 2016-05-10 16:17:30 -0700 |
commit | 75384689b25994d495ccf4a36b81f8e31aa03484 (patch) | |
tree | 87c6aa544c6b18abffc515822384147a7a436716 /keyboard/ergodox_ez/keymaps/townk_osx/makefile.mk | |
parent | c2ffedd65cf0cf7b7bce874ef4dcb020d7520e36 (diff) |
Add custom config.h and revert the changes on the global one.
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.
Diffstat (limited to 'keyboard/ergodox_ez/keymaps/townk_osx/makefile.mk')
-rw-r--r-- | keyboard/ergodox_ez/keymaps/townk_osx/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboard/ergodox_ez/keymaps/townk_osx/makefile.mk b/keyboard/ergodox_ez/keymaps/townk_osx/makefile.mk index 733d0ee5e7..e757557bda 100644 --- a/keyboard/ergodox_ez/keymaps/townk_osx/makefile.mk +++ b/keyboard/ergodox_ez/keymaps/townk_osx/makefile.mk @@ -1,2 +1,4 @@ # I don't want my keyboard blinking lights when is suppose to be asleep. SLEEP_LED_ENABLE = no + +CONFIG_H = keymaps/$(KEYMAP)/config.h |