diff options
author | Dylan Khor <khord@simspace.com> | 2017-03-15 23:09:17 -0400 |
---|---|---|
committer | Dylan Khor <khord@simspace.com> | 2017-03-15 23:09:17 -0400 |
commit | 73a70a2c1c78a140ac506bbe8b91ff4a7eb70da4 (patch) | |
tree | aa79ea3a6044e522d416deca6e83f439c2dcf8dc /keyboards | |
parent | cf28f7bfdaf7a2e5f8734c0936f5e48b93c9353a (diff) |
Add Makefile
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/planck/keymaps/khord/Makefile | 3 |
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 0000000000..457a3d01d4 --- /dev/null +++ b/keyboards/planck/keymaps/khord/Makefile @@ -0,0 +1,3 @@ +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |