diff options
author | Joel Challis <git@zvecr.com> | 2023-12-08 15:57:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 15:57:34 +0000 |
commit | 42245651e7515c0d323761c97e0f0d35ee6ff35a (patch) | |
tree | 495b261be1a04ffcda993337dac45597ef18bb8d /quantum/keyboard.c | |
parent | e471cb80cb456a27144f3d8529bb579aa110343d (diff) |
Align Dip Switch feature (#22625)
Diffstat (limited to 'quantum/keyboard.c')
-rw-r--r-- | quantum/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keyboard.c b/quantum/keyboard.c index 86a1a9fea3..b5fa1a6e2e 100644 --- a/quantum/keyboard.c +++ b/quantum/keyboard.c @@ -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 |