feat: Add WPM calculator and display widget
This commit is contained in:
parent
c0cab57c2d
commit
a4aaa73f06
20 changed files with 306 additions and 0 deletions
9
app/include/zmk/wpm.h
Normal file
9
app/include/zmk/wpm.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2020 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
int zmk_wpm_get_state();
|
||||
Loading…
Add table
Add a link
Reference in a new issue