aboutsummaryrefslogtreecommitdiff
path: root/quantum/velocikey.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-08-30 11:19:03 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commitb624f32f944acdc59dcb130674c09090c5c404cb (patch)
treebc13adbba137d122d9a2c2fb2fafcbb08ac10e25 /quantum/velocikey.h
parent61af76a10d00aba185b8338604171de490a13e3b (diff)
downloadqmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.tar.gz
qmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.zip
clang-format changes
Diffstat (limited to 'quantum/velocikey.h')
-rw-r--r--quantum/velocikey.h8
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
7bool velocikey_enabled(void); 7bool velocikey_enabled(void);
8void velocikey_toggle(void); 8void velocikey_toggle(void);
9void velocikey_accelerate(void); 9void velocikey_accelerate(void);
10void velocikey_decelerate(void); 10void velocikey_decelerate(void);
11uint8_t velocikey_match_speed(uint8_t minValue, uint8_t maxValue); 11uint8_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