2023-10-12 05:26:20 +00:00
|
|
|
// Copyright 2020-2023 alin m elena (@alinelena)
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2022-01-11 03:14:54 +00:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#define TAPPING_TOGGLE 2
|
2022-01-30 19:13:08 +00:00
|
|
|
|
2023-10-12 05:26:20 +00:00
|
|
|
#define UNICODE_SELECTED_MODES UNICODE_MODE_LINUX, UNICODE_MODE_MACOS, UNICODE_MODE_WINDOWS, UNICODE_MODE_WINCOMPOSE
|
2022-01-30 19:13:08 +00:00
|
|
|
|
|
|
|
#ifdef WPM_ENABLE
|
2023-10-12 05:26:20 +00:00
|
|
|
# define WPM_SAMPLE_SECONDS 10
|
|
|
|
# define WPM_SAMPLE_PERIODS 100
|
|
|
|
# define WPM_ALLOW_COUNT_REGRESSION
|
2022-01-30 19:13:08 +00:00
|
|
|
#endif
|