diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-21 01:38:22 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-12-21 01:38:22 +0100 |
commit | 438a5d685bb7b726ff59109ce4229eca6303cd8e (patch) | |
tree | 3e3feecf370efe3dfd373bafa3db7ea347fa3449 /keyboards/planck | |
parent | 53ea854462c0b3b2c3c58a36b714ac02f773c74f (diff) | |
download | qmk_firmware-438a5d685bb7b726ff59109ce4229eca6303cd8e.tar.gz qmk_firmware-438a5d685bb7b726ff59109ce4229eca6303cd8e.tar.xz |
limit voices by default, add some drums
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h index 4dd1d22a9..5cf96bb88 100644 --- a/keyboards/planck/config.h +++ b/keyboards/planck/config.h @@ -36,6 +36,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 } #define UNUSED_PINS +#define AUDIO_VOICES + #define BACKLIGHT_PIN B7 /* COL2ROW or ROW2COL */ |