diff options
Diffstat (limited to 'quantum/velocikey.h')
| -rw-r--r-- | quantum/velocikey.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/velocikey.h b/quantum/velocikey.h index 1910f0f4e..b977606c5 100644 --- a/quantum/velocikey.h +++ b/quantum/velocikey.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | #include <stdint.h> | 4 | #include <stdint.h> |
| 5 | #include <stdbool.h> | 5 | #include <stdbool.h> |
| 6 | 6 | ||
| 7 | bool velocikey_enabled(void); | 7 | bool velocikey_enabled(void); |
| 8 | void velocikey_toggle(void); | 8 | void velocikey_toggle(void); |
| 9 | void velocikey_accelerate(void); | 9 | void velocikey_accelerate(void); |
| 10 | void velocikey_decelerate(void); | 10 | void velocikey_decelerate(void); |
| 11 | uint8_t velocikey_match_speed(uint8_t minValue, uint8_t maxValue); | 11 | uint8_t velocikey_match_speed(uint8_t minValue, uint8_t maxValue); |
| 12 | 12 | ||
| 13 | #endif \ No newline at end of file | 13 | #endif \ No newline at end of file |
