summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/keymaps/ab/Makefile
diff options
context:
space:
mode:
authorAnand Babu (AB) Periasamy <ab@minio.io>2016-06-24 05:14:52 +0200
committerAnand Babu (AB) Periasamy <ab@minio.io>2016-06-24 05:17:04 +0200
commit512a68c0ecb16afda26a674b9bea83fa80d84a6e (patch)
treea9d9d119f715f0a924c2e19afc3cd2d37209452e /keyboards/ergodox_ez/keymaps/ab/Makefile
parentb68b722325e1f0f68387e161365fa8e31c79b7b2 (diff)
downloadqmk_firmware-512a68c0ecb16afda26a674b9bea83fa80d84a6e.tar.gz
qmk_firmware-512a68c0ecb16afda26a674b9bea83fa80d84a6e.tar.xz
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/Makefile9
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 000000000..b673c5ce5
--- /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