diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-06 20:21:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-06 20:21:42 -0500 |
commit | d4c88626bd7a7c370969392a1cbbf2381547a028 (patch) | |
tree | 9defd80bd5b3643066b62cb50695fb34829fd883 /keyboards/planck/keymaps/smt/Makefile | |
parent | 198a2929ed021eee3a909914fa520ab5b1a357a9 (diff) | |
parent | 1d9e0b0120d0467b6f7ff146911f01b7c701fb93 (diff) |
Merge pull request #1048 from smt/smt/planck
Add smt's keymap for Planck
Diffstat (limited to 'keyboards/planck/keymaps/smt/Makefile')
-rw-r--r-- | keyboards/planck/keymaps/smt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/smt/Makefile b/keyboards/planck/keymaps/smt/Makefile new file mode 100644 index 0000000000..457a3d01d4 --- /dev/null +++ b/keyboards/planck/keymaps/smt/Makefile @@ -0,0 +1,3 @@ +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |