preonic: fixed a duplicate variable name typo
This commit is contained in:
parent
59deadc9e4
commit
0a9cf163ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue