diff options
Diffstat (limited to 'quantum/repeat_key.c')
-rw-r--r-- | quantum/repeat_key.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/repeat_key.c b/quantum/repeat_key.c index 0689c6d454..4567428723 100644 --- a/quantum/repeat_key.c +++ b/quantum/repeat_key.c @@ -13,6 +13,7 @@ // limitations under the License. #include "repeat_key.h" +#include "quantum_keycodes.h" // Variables saving the state of the last key press. static keyrecord_t last_record = {0}; |