summaryrefslogtreecommitdiff
path: root/app/include/zmk/wpm.h
diff options
context:
space:
mode:
authorAlly Parker <ally.parker@red-gate.com>2021-01-22 16:23:21 +0000
committerPete Johanson <peter@peterjohanson.com>2021-01-23 18:38:31 -0500
commita4aaa73f06939417a911c5213480efe78aa70fab (patch)
treeca38fa9f6dff26cdc8563f47008322370f2e448d /app/include/zmk/wpm.h
parentc0cab57c2d4d1fd4a7db4e7d6edda7bdc6549619 (diff)
feat: Add WPM calculator and display widget
Diffstat (limited to 'app/include/zmk/wpm.h')
-rw-r--r--app/include/zmk/wpm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/include/zmk/wpm.h b/app/include/zmk/wpm.h
new file mode 100644
index 0000000..6db100a
--- /dev/null
+++ b/app/include/zmk/wpm.h
@@ -0,0 +1,9 @@
+/*
+ * Copyright (c) 2020 The ZMK Contributors
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
+#pragma once
+
+int zmk_wpm_get_state(); \ No newline at end of file