Leader: remove qk_ prefix (#19304)
This commit is contained in:
parent
49b81a9c2b
commit
e2117564c5
14 changed files with 46 additions and 44 deletions
|
|
@ -469,13 +469,13 @@ void matrix_scan_user(void) {
|
|||
}
|
||||
}
|
||||
|
||||
void leader_start(void) {
|
||||
void leader_start_user(void) {
|
||||
#ifdef AUDIO_ENABLE
|
||||
PLAY_SONG(leader_start_song);
|
||||
#endif
|
||||
}
|
||||
|
||||
void leader_end(void) {
|
||||
void leader_end_user(void) {
|
||||
if (did_leader_succeed) {
|
||||
#ifdef AUDIO_ENABLE
|
||||
PLAY_SONG(leader_succeed_song);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue