diff options
author | Anand Babu (AB) Periasamy <ab@minio.io> | 2016-06-23 20:14:52 -0700 |
---|---|---|
committer | Anand Babu (AB) Periasamy <ab@minio.io> | 2016-06-23 20:17:04 -0700 |
commit | 512a68c0ecb16afda26a674b9bea83fa80d84a6e (patch) | |
tree | a9d9d119f715f0a924c2e19afc3cd2d37209452e /keyboards/ergodox_ez/keymaps/ab/Makefile | |
parent | b68b722325e1f0f68387e161365fa8e31c79b7b2 (diff) |
Swap up and down 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 |