forked from mirrors/qmk_userspace
[Keymap] develop updates for Drashna Keymaps (#18472)
This commit is contained in:
parent
34490f098a
commit
5abb125b02
22 changed files with 84 additions and 1038 deletions
|
@ -129,3 +129,15 @@ void keyboard_post_init_i2c(void) {
|
|||
scan_timer = timer_read();
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(AUTOCORRECT_ENABLE) && defined(AUDIO_ENABLE)
|
||||
# ifdef USER_SONG_LIST
|
||||
float autocorrect_song[][2] = SONG(MARIO_GAMEOVER);
|
||||
# else
|
||||
float autocorrect_song[][2] = SONG(PLOVER_GOODBYE_SOUND);
|
||||
# endif
|
||||
bool apply_autocorrect(uint8_t backspaces, const char *str) {
|
||||
PLAY_SONG(autocorrect_song);
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue