diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-30 16:09:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-30 16:09:52 -0400 |
commit | b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7 (patch) | |
tree | 994017c60f209efc34a522c428fa3397d1198a0c /keyboards/planck/rev4 | |
parent | 61ef949576fb64e3c57c3381875708893e4b3f96 (diff) |
Update keyboards' rules.mk/Makefiles (#1442)
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
Diffstat (limited to 'keyboards/planck/rev4')
-rw-r--r-- | keyboards/planck/rev4/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/rev4/rules.mk b/keyboards/planck/rev4/rules.mk index ed09f85a4d..01d848e98c 100644 --- a/keyboards/planck/rev4/rules.mk +++ b/keyboards/planck/rev4/rules.mk @@ -1,4 +1,4 @@ -AUDIO_ENABLE ?= yes # Audio output on port C6 +AUDIO_ENABLE = yes # Audio output on port C6 ifndef QUANTUM_DIR include ../../../Makefile |