preonic: fixed a duplicate variable name typo

This commit is contained in:
Valerie Wolfe 2022-06-21 20:19:09 -04:00
parent 59deadc9e4
commit 0a9cf163ba

View file

@ -48,7 +48,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
}; };
#ifdef AUDIO_ENABLE #ifdef AUDIO_ENABLE
float tone_alt[][2] = SONG(TONE_BASE); float tone_base[][2] = SONG(TONE_BASE);
float tone_alt[][2] = SONG(TONE_ALT); float tone_alt[][2] = SONG(TONE_ALT);
float tone_fn[][2] = SONG(TONE_FN); float tone_fn[][2] = SONG(TONE_FN);
#endif #endif