summaryrefslogtreecommitdiff
path: root/keyboards/mlego/m65/keymaps/uk/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mlego/m65/keymaps/uk/config.h')
-rw-r--r--keyboards/mlego/m65/keymaps/uk/config.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/keyboards/mlego/m65/keymaps/uk/config.h b/keyboards/mlego/m65/keymaps/uk/config.h
index 9d446777c0..7b5ced9ccb 100644
--- a/keyboards/mlego/m65/keymaps/uk/config.h
+++ b/keyboards/mlego/m65/keymaps/uk/config.h
@@ -18,5 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define TAPPING_TOGGLE 2
-//#define UNICODE_SELECTED_MODES UC_LNX, UC_MAC, UC_WINC
+
#define UNICODE_SELECTED_MODES UC_LNX
+//#define UNICODE_SELECTED_MODES UC_LNX, UC_MAC, UC_WINC
+
+#ifdef WPM_ENABLE
+#define WPM_SAMPLE_SECONDS 10
+#define WPM_SAMPLE_PERIODS 100
+#define WPM_ALLOW_COUNT_REGRESSION
+#endif