diff options
Diffstat (limited to 'quantum/process_keycode/process_autocorrect.h')
| -rw-r--r-- | quantum/process_keycode/process_autocorrect.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_autocorrect.h b/quantum/process_keycode/process_autocorrect.h index 9cc7d46a8b..ea77d6f56f 100644 --- a/quantum/process_keycode/process_autocorrect.h +++ b/quantum/process_keycode/process_autocorrect.h | |||
| @@ -6,7 +6,9 @@ | |||
| 6 | 6 | ||
| 7 | #pragma once | 7 | #pragma once |
| 8 | 8 | ||
| 9 | #include "quantum.h" | 9 | #include <stdint.h> |
| 10 | #include <stdbool.h> | ||
| 11 | #include "action.h" | ||
| 10 | 12 | ||
| 11 | bool process_autocorrect(uint16_t keycode, keyrecord_t *record); | 13 | bool process_autocorrect(uint16_t keycode, keyrecord_t *record); |
| 12 | bool process_autocorrect_user(uint16_t *keycode, keyrecord_t *record, uint8_t *typo_buffer_size, uint8_t *mods); | 14 | bool process_autocorrect_user(uint16_t *keycode, keyrecord_t *record, uint8_t *typo_buffer_size, uint8_t *mods); |
