blob: d5ed0a8e9e83c00992c59414a4ce3345f46c3166 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#pragma once
#undef TAPPING_TERM
#define TAPPING_TERM 150
#define COMBO_TERM 20
#define COMBO_COUNT 1
#define IGNORE_MOD_TAP_INTERRUPT
#define PERMISSIVE_HOLD
#undef MOUSEKEY_DELAY
#define MOUSEKEY_DELAY 100
#define USB_POLLING_INTERVAL_MS 1
|