aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorOlivier <olivier@gid0.org>2016-07-03 16:27:08 +0200
committerOlivier <olivier@gid0.org>2016-07-03 16:27:08 +0200
commit6d195dc60c696d2e07bfe7d098b00598f36fe5a6 (patch)
tree888eade7b35c328f5736a38ac43f8f7920172686 /keyboards
parent9aceaaed4cbdf49c12db85cf3ff40a9e762558a6 (diff)
downloadfirmware-6d195dc60c696d2e07bfe7d098b00598f36fe5a6.tar.gz
firmware-6d195dc60c696d2e07bfe7d098b00598f36fe5a6.tar.bz2
firmware-6d195dc60c696d2e07bfe7d098b00598f36fe5a6.zip
Add a Makefile for the keymap to disable command mode (to keep the keyboard from going into command mode when both Shift keys are hold at the same time) and to allow issuing a simple "make" in the keymap folder to compile it.
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox_ez/keymaps/bepo/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/keymaps/bepo/Makefile b/keyboards/ergodox_ez/keymaps/bepo/Makefile
new file mode 100644
index 000000000..b673c5ce5
--- /dev/null
+++ b/keyboards/ergodox_ez/keymaps/bepo/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