diff options
Diffstat (limited to 'keyboards/planck/rev6/config.h')
-rw-r--r-- | keyboards/planck/rev6/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/planck/rev6/config.h b/keyboards/planck/rev6/config.h index f60b0ec2e..055610c69 100644 --- a/keyboards/planck/rev6/config.h +++ b/keyboards/planck/rev6/config.h | |||
@@ -53,8 +53,10 @@ | |||
53 | 53 | ||
54 | #define MUSIC_MAP | 54 | #define MUSIC_MAP |
55 | #undef AUDIO_VOICES | 55 | #undef AUDIO_VOICES |
56 | // Note: following undef isn't really necessary on STM32, C6_AUDIO is AVR related | 56 | #undef AUDIO_PIN |
57 | #undef C6_AUDIO | 57 | #define AUDIO_PIN A5 |
58 | #define AUDIO_PIN_ALT A4 | ||
59 | #define AUDIO_PIN_ALT_AS_NEGATIVE | ||
58 | 60 | ||
59 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 61 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
60 | // #define DEBOUNCE 6 | 62 | // #define DEBOUNCE 6 |