Rename TICK to TICK_EVENT to prevent naming conflicts (#16649)
This commit is contained in:
parent
2648a7a125
commit
7e669421f8
2 changed files with 2 additions and 2 deletions
|
@ -489,7 +489,7 @@ bool matrix_scan_task(void) {
|
|||
// we can get here with some keys processed now.
|
||||
if (!keys_processed)
|
||||
#endif
|
||||
action_exec(TICK);
|
||||
action_exec(TICK_EVENT);
|
||||
|
||||
MATRIX_LOOP_END:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue