diff options
author | Drashna Jael're <drashna@live.com> | 2021-06-29 15:36:35 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-06-29 15:36:35 -0700 |
commit | 996a19ee7ba3308e17fd347afde0b135852835cc (patch) | |
tree | 54f8d2c9179ad3318146179722a0924419411e98 /keyboards | |
parent | acf2c323e2927f6007b17ded577cf49fd86fec6c (diff) |
Revert "Audio system overhaul (#11820)" due to freezing issues
This reverts commit c80e5f9f8868ccaa8cb990be6f4da3f1011c2b78.
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/planck/config.h | 2 | ||||
-rw-r--r-- | keyboards/planck/ez/config.h | 5 |
2 files changed, 2 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>. #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 |