diff options
| author | QMK Bot <hello@qmk.fm> | 2025-01-25 03:12:14 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2025-01-25 03:12:14 +0000 |
| commit | 2dd2d4eb8124cc92c9fb27d657fd9742a75a51e4 (patch) | |
| tree | 6ea05769bd6f61c6c96f18214085756ecd039a71 | |
| parent | d9085014783aee82682d8c94e47c396d7a6e4500 (diff) | |
| parent | 6a9ccae18d6a9cd39dbbd5c0fb9aa26f4742c2f7 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | quantum/dip_switch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/dip_switch.c b/quantum/dip_switch.c index 69cf665291..65ae21175b 100644 --- a/quantum/dip_switch.c +++ b/quantum/dip_switch.c | |||
| @@ -64,6 +64,7 @@ __attribute__((weak)) bool dip_switch_update_mask_kb(uint32_t state) { | |||
| 64 | #ifdef DIP_SWITCH_MAP_ENABLE | 64 | #ifdef DIP_SWITCH_MAP_ENABLE |
| 65 | # include "keymap_introspection.h" | 65 | # include "keymap_introspection.h" |
| 66 | # include "action.h" | 66 | # include "action.h" |
| 67 | # include "wait.h" | ||
| 67 | 68 | ||
| 68 | # ifndef DIP_SWITCH_MAP_KEY_DELAY | 69 | # ifndef DIP_SWITCH_MAP_KEY_DELAY |
| 69 | # define DIP_SWITCH_MAP_KEY_DELAY TAP_CODE_DELAY | 70 | # define DIP_SWITCH_MAP_KEY_DELAY TAP_CODE_DELAY |
