summaryrefslogtreecommitdiffstats
path: root/quantum/repeat_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/repeat_key.h')
-rw-r--r--quantum/repeat_key.h5
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 @@
#pragma once
-#include "quantum.h"
+#include <stdint.h>
+#include <stdbool.h>
+#include "action.h"
+#include "keyboard.h"
uint16_t get_last_keycode(void); /**< Keycode of the last key. */
uint8_t get_last_mods(void); /**< Mods active with the last key. */