diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-29 18:29:20 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-29 18:29:20 -0400 |
commit | 197f152dee834a737cd820f2a95d1ade98be4898 (patch) | |
tree | 5b545c4c4ea27d151defa607ddae8750a3feb3f4 /keyboards/planck/rev4/Makefile | |
parent | 65faab3b89245f81c50b029ca178aed175d5f330 (diff) |
adds random base64 character generator
Diffstat (limited to 'keyboards/planck/rev4/Makefile')
-rw-r--r-- | keyboards/planck/rev4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/rev4/Makefile b/keyboards/planck/rev4/Makefile index 01d848e98c..ed09f85a4d 100644 --- a/keyboards/planck/rev4/Makefile +++ b/keyboards/planck/rev4/Makefile @@ -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 |