qmk_keymaps/keyboards/keychron/q4/ansi_v2/keymaps/sajenim/config.h

10 lines
170 B
C
Raw Normal View History

2022-12-10 21:12:18 +08:00
#pragma once
// Configure the global tapping term (default: 200ms)
2023-01-08 01:57:43 +08:00
#define TAPPING_TERM 200
2022-12-10 21:12:18 +08:00
// One Shot Keys
2023-02-03 22:13:09 +08:00
#define ONESHOT_TAP_TOGGLE 2
#define ONESHOT_TIMEOUT 2000
2022-12-10 21:12:18 +08:00