diff options
author | Ally Parker <[email protected]> | 2021-01-22 16:23:21 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-01-23 18:38:31 -0500 |
commit | a4aaa73f06939417a911c5213480efe78aa70fab (patch) | |
tree | ca38fa9f6dff26cdc8563f47008322370f2e448d /app/Kconfig | |
parent | c0cab57c2d4d1fd4a7db4e7d6edda7bdc6549619 (diff) | |
download | zmk-a4aaa73f06939417a911c5213480efe78aa70fab.tar.gz zmk-a4aaa73f06939417a911c5213480efe78aa70fab.zip |
feat: Add WPM calculator and display widget
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index df00f1db5e..737895c733 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -417,6 +417,10 @@ config REBOOT config USB default y if HAS_HW_NRF_USBD +config ZMK_WPM + bool "Calculate WPM" + default n + module = ZMK module-str = zmk source "subsys/logging/Kconfig.template.log_config" |