diff options
author | Alin Marin Elena <alin@elena.space> | 2022-01-30 19:13:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 11:13:08 -0800 |
commit | b0da2302137aa180af4e7464a70aa4b63ae919fe (patch) | |
tree | cfd7458beb2bc5904ff12e91fd100a3442484f92 /keyboards/mlego/m65/keymaps/uk/config.h | |
parent | 03b1d9ef1f7f472f83c929c15044e71453823737 (diff) |
[Keyboard] add mlego/m65 oled revision (#15833)
Diffstat (limited to 'keyboards/mlego/m65/keymaps/uk/config.h')
-rw-r--r-- | keyboards/mlego/m65/keymaps/uk/config.h | 9 |
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 |