diff options
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/planck/config.h | 2 | ||||
-rw-r--r-- | keyboards/planck/ez/config.h | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h index 9ef2b0b0dd..71111eca21 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 C6_AUDIO +#define AUDIO_PIN C6 #define BACKLIGHT_PIN B7 diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h index e924d077d2..41abb00808 100644 --- a/keyboards/planck/ez/config.h +++ b/keyboards/planck/ez/config.h @@ -58,7 +58,10 @@ #define MUSIC_MAP #undef AUDIO_VOICES -#undef C6_AUDIO +#undef AUDIO_PIN +#define AUDIO_PIN A5 +#define AUDIO_PIN_ALT A4 +#define AUDIO_PIN_ALT_AS_NEGATIVE /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ // #define DEBOUNCE 6 |