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 | |
parent | e0ab8682e2d3d1dbb77ed9cdde796a4fdb0b6879 (diff) |
process_combo: restore wait.h header (#21514)
Required for `wait_ms()` function
-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 @@ #include "process_auto_shift.h" #include "caps_word.h" #include "timer.h" +#include "wait.h" #include "keyboard.h" #include "keymap_common.h" #include "action_layer.h" |