Align Dip Switch feature (#22625)

This commit is contained in:
Joel Challis
2023-12-08 15:57:34 +00:00
committed by GitHub
parent e471cb80cb
commit 42245651e7
3 changed files with 32 additions and 19 deletions

View File

@ -615,7 +615,7 @@ void quantum_task(void) {
#endif
#ifdef DIP_SWITCH_ENABLE
dip_switch_read(false);
dip_switch_task();
#endif
#ifdef AUTO_SHIFT_ENABLE