summaryrefslogtreecommitdiff
path: root/keyboards/planck/rev4/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-08-27 13:49:42 -0400
committerGitHub <noreply@github.com>2016-08-27 13:49:42 -0400
commit36b6a96596e6cbca879d5304a586e279c15b04a9 (patch)
tree7fdd6b9084f06e5126516ac61756120e1ce1eb63 /keyboards/planck/rev4/Makefile
parent2c8f6557e6994d3fe4fa2038f6cb4a4e51caf3a9 (diff)
parent265df7d5da5ead27bef3d00fce7d0f2bf133e9cc (diff)
Merge pull request #666 from fredizzimo/makefile_overhaul
Makefile overhaul
Diffstat (limited to 'keyboards/planck/rev4/Makefile')
-rw-r--r--keyboards/planck/rev4/Makefile4
1 files changed, 1 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