diff options
| author | QMK Bot | 2025-01-25 04:12:14 +0100 |
|---|---|---|
| committer | QMK Bot | 2025-01-25 04:12:14 +0100 |
| commit | 2dd2d4eb8124cc92c9fb27d657fd9742a75a51e4 (patch) | |
| tree | 6ea05769bd6f61c6c96f18214085756ecd039a71 /quantum | |
| parent | d9085014783aee82682d8c94e47c396d7a6e4500 (diff) | |
| parent | 6a9ccae18d6a9cd39dbbd5c0fb9aa26f4742c2f7 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
| -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) { #ifdef DIP_SWITCH_MAP_ENABLE # include "keymap_introspection.h" # include "action.h" +# include "wait.h" # ifndef DIP_SWITCH_MAP_KEY_DELAY # define DIP_SWITCH_MAP_KEY_DELAY TAP_CODE_DELAY |