It's-a-mee
This commit is contained in:
parent
8787cfd1d0
commit
9d91bbb82b
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
};
|
||||
|
||||
static float default_song[][2] = SONG(QWERTY_SOUND);
|
||||
static float game_song[][2] = SONG(COLEMAK_SOUND);
|
||||
static float game_song[][2] = SONG(MARIO_MUSHROOM);
|
||||
static float terminal_song[][2] = SONG(TERMINAL_SOUND);
|
||||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
|
|
Loading…
Reference in a new issue