diff options
Diffstat (limited to 'app/include/zmk/wpm.h')
-rw-r--r-- | app/include/zmk/wpm.h | 9 |
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 |