summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
diff options
context:
space:
mode:
authorDylan Khor <khord@simspace.com>2017-03-16 04:09:17 +0100
committerDylan Khor <khord@simspace.com>2017-03-16 04:09:17 +0100
commit73a70a2c1c78a140ac506bbe8b91ff4a7eb70da4 (patch)
treeaa79ea3a6044e522d416deca6e83f439c2dcf8dc /keyboards/planck
parentcf28f7bfdaf7a2e5f8734c0936f5e48b93c9353a (diff)
downloadqmk_firmware-73a70a2c1c78a140ac506bbe8b91ff4a7eb70da4.tar.gz
qmk_firmware-73a70a2c1c78a140ac506bbe8b91ff4a7eb70da4.tar.xz
Add Makefile
Diffstat (limited to 'keyboards/planck')
-rw-r--r--keyboards/planck/keymaps/khord/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/khord/Makefile b/keyboards/planck/keymaps/khord/Makefile
new file mode 100644
index 000000000..457a3d01d
--- /dev/null
+++ b/keyboards/planck/keymaps/khord/Makefile
@@ -0,0 +1,3 @@
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif