diff options
| author | フィルターペーパー <76888457+filterpaper@users.noreply.github.com> | 2023-07-12 16:38:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 09:38:59 +0100 |
| commit | 83c73d42f976fd169d6750926ded9203b0ab7f4e (patch) | |
| tree | 00bd73d9a890d0de5485938e474ddc0236a91b05 /quantum/process_keycode/process_combo.c | |
| parent | e0ab8682e2d3d1dbb77ed9cdde796a4fdb0b6879 (diff) | |
process_combo: restore wait.h header (#21514)
Required for `wait_ms()` function
Diffstat (limited to 'quantum/process_keycode/process_combo.c')
| -rw-r--r-- | quantum/process_keycode/process_combo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_combo.c b/quantum/process_keycode/process_combo.c index 0d4f4f3dba..64d30fc140 100644 --- a/quantum/process_keycode/process_combo.c +++ b/quantum/process_keycode/process_combo.c | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | #include "process_auto_shift.h" | 19 | #include "process_auto_shift.h" |
| 20 | #include "caps_word.h" | 20 | #include "caps_word.h" |
| 21 | #include "timer.h" | 21 | #include "timer.h" |
| 22 | #include "wait.h" | ||
| 22 | #include "keyboard.h" | 23 | #include "keyboard.h" |
| 23 | #include "keymap_common.h" | 24 | #include "keymap_common.h" |
| 24 | #include "action_layer.h" | 25 | #include "action_layer.h" |
