1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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