diff options
author | Joel Challis <git@zvecr.com> | 2022-11-04 00:50:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 00:50:59 +0000 |
commit | fb96b88842f4481df8942768f43813b489ca5c3a (patch) | |
tree | 430191d0eabdea2ef1d3ef2000908ef129324c0c /quantum/wpm.c | |
parent | 1249f74b31863bc0118057884abae10de698e4a5 (diff) |
Reduce includes for wpm header (#18949)
Diffstat (limited to 'quantum/wpm.c')
-rw-r--r-- | quantum/wpm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/quantum/wpm.c b/quantum/wpm.c index b2e6fe0430..6a4e39a8d6 100644 --- a/quantum/wpm.c +++ b/quantum/wpm.c @@ -16,7 +16,9 @@ */ #include "wpm.h" - +#include "timer.h" +#include "keycode.h" +#include "quantum_keycodes.h" #include <math.h> // WPM Stuff |