forked from mirror/qmk_firmware
fix nkro and tapping term settigs
This commit is contained in:
@@ -20,12 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define ENABLE_COMPILE_KEYCODE
|
||||
|
||||
//#define USE_MATRIX_I2C
|
||||
|
||||
/* Select hand configuration */
|
||||
|
||||
#define EE_HANDS
|
||||
#define USE_SERIAL_PD2
|
||||
|
||||
@@ -37,5 +31,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define OLED_DISABLE_TIMEOUT
|
||||
#define OLED_BRIGHTNESS 128
|
||||
|
||||
//#define QUICK_TAP_TERM 0
|
||||
//#define TAPPING_TERM 100
|
||||
#define ENABLE_COMPILE_KEYCODE
|
||||
|
||||
#define FORCE_NKRO
|
||||
#define USB_POLLING_INTERVAL_MS 1
|
||||
#define QMK_KEYS_PER_SCAN 4
|
||||
|
||||
#define PERMISSIVE_HOLD
|
||||
#define TAPPING_TERM 160
|
||||
|
||||
Reference in New Issue
Block a user