diff options
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 0000000000..1e48872e39 --- /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 |