summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/piemod/Makefile
diff options
context:
space:
mode:
authorBalz Guenat <balz.guenat@gmail.com>2017-08-12 12:14:33 +0200
committerBalz Guenat <balz.guenat@gmail.com>2017-08-12 12:14:33 +0200
commit430151dd51b8b0d925850ad4d52c8bae41d3c154 (patch)
treef3d13283dd812277bc30d75dff32ea16508b58c8 /keyboards/planck/keymaps/piemod/Makefile
parent175db1a549a46518c2f2511ac1624d594eb07216 (diff)
parent5ad103fa51083cb26d3516e5598b7b2a099b1521 (diff)
Merge remote-tracking branch 'upstream/master'
# Conflicts: # docs/faq_keymap.md
Diffstat (limited to 'keyboards/planck/keymaps/piemod/Makefile')
-rwxr-xr-xkeyboards/planck/keymaps/piemod/Makefile10
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