diff options
author | di0ib <git@porkhash.net> | 2016-08-07 20:20:16 -1000 |
---|---|---|
committer | di0ib <git@porkhash.net> | 2016-08-07 20:20:16 -1000 |
commit | a36b2a0756761513a9853af78d61e8b666b34aa7 (patch) | |
tree | a783cea131f5afe22788809a069b1a365a9c3fba /keyboards/ergodox/keymaps/ab/Makefile | |
parent | 8610481c372e9de02fe1ec7b77a9f3598a72a372 (diff) | |
parent | 213cb2c24306e198e717fc162806201567666f36 (diff) | |
download | qmk_firmware-a36b2a0756761513a9853af78d61e8b666b34aa7.tar.gz |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'keyboards/ergodox/keymaps/ab/Makefile')
-rw-r--r-- | keyboards/ergodox/keymaps/ab/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/ab/Makefile b/keyboards/ergodox/keymaps/ab/Makefile new file mode 100644 index 000000000..b673c5ce5 --- /dev/null +++ b/keyboards/ergodox/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 |