diff options
author | Joshua T <joshua@sonofone.net> | 2016-09-01 07:40:46 -0500 |
---|---|---|
committer | Joshua T <joshua@sonofone.net> | 2016-09-01 07:40:46 -0500 |
commit | 5520b0022fc6cd3dff805eb31ed4bb7e4385ee2a (patch) | |
tree | 0346d24fd7a8905486a687c68084af25022c4312 /keyboards/planck/rev4 | |
parent | b0c3d596816c178ccd94738a3866a08b71027d0d (diff) | |
parent | e28d151a8a1d458f3c18897c6095decc17b0c3a1 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/planck/rev4')
-rw-r--r-- | keyboards/planck/rev4/Makefile | 4 | ||||
-rw-r--r-- | keyboards/planck/rev4/rules.mk | 5 |
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 |