diff options
| author | Ryan <fauxpark@gmail.com> | 2023-07-16 23:42:56 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-16 23:42:56 +1000 |
| commit | da2d2f947d5c30aebea17f414fb22ad50fe5410b (patch) | |
| tree | fdf2ed307ddb8f32ecb9ef7444ecfdf7ff7b4904 /quantum/repeat_key.h | |
| parent | b9e5895184c6d36b46ba723d6d71e27249e70c20 (diff) | |
quantum: remove direct `quantum.h` includes (#21507)
Diffstat (limited to 'quantum/repeat_key.h')
| -rw-r--r-- | quantum/repeat_key.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/quantum/repeat_key.h b/quantum/repeat_key.h index 06e8364529..8084be24ad 100644 --- a/quantum/repeat_key.h +++ b/quantum/repeat_key.h | |||
| @@ -14,7 +14,10 @@ | |||
| 14 | 14 | ||
| 15 | #pragma once | 15 | #pragma once |
| 16 | 16 | ||
| 17 | #include "quantum.h" | 17 | #include <stdint.h> |
| 18 | #include <stdbool.h> | ||
| 19 | #include "action.h" | ||
| 20 | #include "keyboard.h" | ||
| 18 | 21 | ||
| 19 | uint16_t get_last_keycode(void); /**< Keycode of the last key. */ | 22 | uint16_t get_last_keycode(void); /**< Keycode of the last key. */ |
| 20 | uint8_t get_last_mods(void); /**< Mods active with the last key. */ | 23 | uint8_t get_last_mods(void); /**< Mods active with the last key. */ |
