]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add a Makefile for the keymap to disable command mode (to keep the keyboard from...
authorOlivier <olivier@gid0.org>
Sun, 3 Jul 2016 14:27:08 +0000 (16:27 +0200)
committerOlivier <olivier@gid0.org>
Sun, 3 Jul 2016 14:27:08 +0000 (16:27 +0200)
keyboards/ergodox_ez/keymaps/bepo/Makefile [new file with mode: 0644]

diff --git a/keyboards/ergodox_ez/keymaps/bepo/Makefile b/keyboards/ergodox_ez/keymaps/bepo/Makefile
new file mode 100644 (file)
index 0000000..b673c5c
--- /dev/null
@@ -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