diff options
Diffstat (limited to 'quantum/wpm.h')
-rw-r--r-- | quantum/wpm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/wpm.h b/quantum/wpm.h index fa0b6d128..15ab4ffcd 100644 --- a/quantum/wpm.h +++ b/quantum/wpm.h | |||
@@ -23,8 +23,8 @@ bool wpm_keycode(uint16_t keycode); | |||
23 | bool wpm_keycode_kb(uint16_t keycode); | 23 | bool wpm_keycode_kb(uint16_t keycode); |
24 | bool wpm_keycode_user(uint16_t keycode); | 24 | bool wpm_keycode_user(uint16_t keycode); |
25 | 25 | ||
26 | void set_current_wpm(uint8_t); | 26 | void set_current_wpm(uint8_t); |
27 | uint8_t get_current_wpm(void); | 27 | uint8_t get_current_wpm(void); |
28 | void update_wpm(uint16_t); | 28 | void update_wpm(uint16_t); |
29 | 29 | ||
30 | void decay_wpm(void); | 30 | void decay_wpm(void); |