forked from kofal.net/zmk
feat: Add WPM calculator and display widget
This commit is contained in:
committed by
Pete Johanson
parent
c0cab57c2d
commit
a4aaa73f06
17
app/include/zmk/events/wpm_state_changed.h
Normal file
17
app/include/zmk/events/wpm_state_changed.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (c) 2020 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <zmk/event_manager.h>
|
||||
#include <zmk/wpm.h>
|
||||
|
||||
struct zmk_wpm_state_changed {
|
||||
int state;
|
||||
};
|
||||
|
||||
ZMK_EVENT_DECLARE(zmk_wpm_state_changed);
|
||||
Reference in New Issue
Block a user