1
0
Fork 0

matrix_scan_x -> x_task (#13748)

This commit is contained in:
Joel Challis 2021-07-28 12:01:23 +01:00 committed by GitHub
parent c52c69d45f
commit 03d258c222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 27 additions and 31 deletions

View file

@ -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;
}