mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-04 04:15:32 -05:00
feat: Add WPM calculator and display widget
This commit is contained in:
committed by
Pete Johanson
parent
c0cab57c2d
commit
a4aaa73f06
10
app/src/events/wpm_state_changed.c
Normal file
10
app/src/events/wpm_state_changed.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2020 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <kernel.h>
|
||||
#include <zmk/events/wpm_state_changed.h>
|
||||
|
||||
ZMK_EVENT_IMPL(zmk_wpm_state_changed);
|
||||
Reference in New Issue
Block a user