summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/rev4
diff options
context:
space:
mode:
authorDamien <Dbroqua@users.noreply.github.com>2016-08-29 22:33:50 +0200
committerGitHub <noreply@github.com>2016-08-29 22:33:50 +0200
commitaf24ea558a65fea549bd9f57a9704b904972d2f7 (patch)
tree50cd382df7dac58057c958f62732174cf0dfe920 /keyboards/planck/rev4
parent8e058135e2905d6a2ec281d29e5a93cb808bd8a5 (diff)
parent6d1e916851daa7bcbd8ef31b6fbc73cb369ef1f0 (diff)
Merge pull request #3 from jackhumbert/master
Merge from jackhumbert
Diffstat (limited to 'keyboards/planck/rev4')
-rw-r--r--keyboards/planck/rev4/Makefile4
-rw-r--r--keyboards/planck/rev4/rules.mk5
2 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/planck/rev4/Makefile b/keyboards/planck/rev4/Makefile
index ed09f85a4d..191c6bb664 100644
--- a/keyboards/planck/rev4/Makefile
+++ b/keyboards/planck/rev4/Makefile
@@ -1,5 +1,3 @@
-AUDIO_ENABLE ?= yes # Audio output on port C6
-
-ifndef QUANTUM_DIR
+ifndef MAKEFILE_INCLUDED
include ../../../Makefile
endif \ No newline at end of file
diff --git a/keyboards/planck/rev4/rules.mk b/keyboards/planck/rev4/rules.mk
new file mode 100644
index 0000000000..ed09f85a4d
--- /dev/null
+++ b/keyboards/planck/rev4/rules.mk
@@ -0,0 +1,5 @@
+AUDIO_ENABLE ?= yes # Audio output on port C6
+
+ifndef QUANTUM_DIR
+ include ../../../Makefile
+endif \ No newline at end of file