From 996a19ee7ba3308e17fd347afde0b135852835cc Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Tue, 29 Jun 2021 15:36:35 -0700 Subject: Revert "Audio system overhaul (#11820)" due to freezing issues This reverts commit c80e5f9f8868ccaa8cb990be6f4da3f1011c2b78. --- keyboards/planck/config.h | 2 +- keyboards/planck/ez/config.h | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'keyboards') diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h index 71111eca21..9ef2b0b0dd 100644 --- a/keyboards/planck/config.h +++ b/keyboards/planck/config.h @@ -40,7 +40,7 @@ along with this program. If not, see . #define QMK_SPEAKER C6 #define AUDIO_VOICES -#define AUDIO_PIN C6 +#define C6_AUDIO #define BACKLIGHT_PIN B7 diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h index a3713a5d2b..b37b2570ca 100644 --- a/keyboards/planck/ez/config.h +++ b/keyboards/planck/ez/config.h @@ -57,10 +57,7 @@ #define MUSIC_MAP #undef AUDIO_VOICES -#undef AUDIO_PIN -#define AUDIO_PIN A5 -#define AUDIO_PIN_ALT A4 -#define AUDIO_PIN_ALT_AS_NEGATIVE +#undef C6_AUDIO /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ // #define DEBOUNCE 6 -- cgit v1.2.3