aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/wpm.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-03-25 03:39:53 +0000
committerGitHub <noreply@github.com>2020-03-25 14:39:53 +1100
commit6ceaae30f519b63b4b56e0277dd459cccf2d0729 (patch)
treeef453f7a49b5570196bd9ee7e32b9e7a7b5b3c10 /quantum/wpm.h
parent5075a1d9e4bdc4af6563f3805f567913e36f7159 (diff)
downloadfirmware-6ceaae30f519b63b4b56e0277dd459cccf2d0729.tar.gz
firmware-6ceaae30f519b63b4b56e0277dd459cccf2d0729.tar.bz2
firmware-6ceaae30f519b63b4b56e0277dd459cccf2d0729.zip
Run clang-format manually to fix recently changed files (#8552)
Diffstat (limited to 'quantum/wpm.h')
-rw-r--r--quantum/wpm.h4
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);
bool wpm_keycode_kb(uint16_t keycode);
bool wpm_keycode_user(uint16_t keycode);
-void set_current_wpm(uint8_t);
+void set_current_wpm(uint8_t);
uint8_t get_current_wpm(void);
-void update_wpm(uint16_t);
+void update_wpm(uint16_t);
void decay_wpm(void);