matrix_scan_x -> x_task (#13748)
This commit is contained in:
parent
c52c69d45f
commit
03d258c222
13 changed files with 27 additions and 31 deletions
|
@ -211,7 +211,7 @@ void sequencer_phase_pause(void) {
|
|||
sequencer_internal_state.phase = SEQUENCER_PHASE_ATTACK;
|
||||
}
|
||||
|
||||
void matrix_scan_sequencer(void) {
|
||||
void sequencer_task(void) {
|
||||
if (!sequencer_config.enabled) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue