diff options
| author | 2017-08-06 15:08:04 +0000 | |
|---|---|---|
| committer | 2017-08-10 14:58:15 -0400 | |
| commit | 72b706748938031395a34491b77a341197d31fe0 (patch) | |
| tree | 2c1a8f752665e4bb7c9f093fd55a6e1048d67eb5 /keyboards/planck/keymaps/piemod/Makefile | |
| parent | a5ab2412ab6bb4df9be121faa8caaf900dc0ba0d (diff) | |
| download | qmk_firmware-72b706748938031395a34491b77a341197d31fe0.tar.gz | |
Add piemod keymaps for Let's Split and Planck.
Diffstat (limited to 'keyboards/planck/keymaps/piemod/Makefile')
| -rwxr-xr-x | keyboards/planck/keymaps/piemod/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/piemod/Makefile b/keyboards/planck/keymaps/piemod/Makefile new file mode 100755 index 000000000..1e48872e3 --- /dev/null +++ b/keyboards/planck/keymaps/piemod/Makefile @@ -0,0 +1,10 @@ +SUBPROJECT_DEFAULT = rev4 + +MOUSEKEY_ENABLE = yes +BLUETOOTH_ENABLE = yes +EXTRAKEY_ENABLE = yes +AUDIO_ENABLE = yes + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |