diff options
author | Erez Zukerman <bulk@ezuk.org> | 2016-06-24 08:57:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 08:57:06 -0400 |
commit | 40bfc7231e87c883c840967fdbe42a7c711805be (patch) | |
tree | 3d0840097e6624316ed1d393abea4a8528fef2ce /keyboards/ergodox_ez/keymaps/ab/Makefile | |
parent | d2fc24d2a05f8f1e8f8a5b7e391db1418c87a038 (diff) | |
parent | 512a68c0ecb16afda26a674b9bea83fa80d84a6e (diff) |
Merge pull request #440 from abperiasamy/ergo-ab-swap-up-down
Swap up and down keys to match default layout
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/ab/Makefile')
-rw-r--r-- | keyboards/ergodox_ez/keymaps/ab/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/keymaps/ab/Makefile b/keyboards/ergodox_ez/keymaps/ab/Makefile new file mode 100644 index 0000000000..b673c5ce52 --- /dev/null +++ b/keyboards/ergodox_ez/keymaps/ab/Makefile @@ -0,0 +1,9 @@ +# Having a file like this allows you to override Makefile definitions +# for your own particular keymap + +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +COMMAND_ENABLE = no # Commands for debug and configuration + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |