qmk_keymaps/keyboards/crkbd/keymaps/sajenim/config.h

24 lines
672 B
C
Raw Normal View History

2023-01-06 02:03:52 +08:00
#pragma once
2023-01-16 23:02:14 +08:00
// By default, the firmware does not know which side is which; it needs some help to determine that.
#define MASTER_LEFT
// Configure the global tapping term (default: 200ms)
#define TAPPING_TERM 200
2023-01-06 02:03:52 +08:00
2023-01-16 23:02:14 +08:00
// Activate the modifier when another key is pressed and released while the mod-tap is held.
#define PERMISSIVE_HOLD
2023-01-06 02:03:52 +08:00
2023-01-16 23:02:14 +08:00
// Prevent normal rollover on alphas from accidentally triggering mods.
#define IGNORE_MOD_TAP_INTERRUPT
2023-01-06 02:03:52 +08:00
2023-01-16 23:02:14 +08:00
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
#define TAPPING_FORCE_HOLD
2023-01-06 02:03:52 +08:00
2023-01-16 23:02:14 +08:00
// One Shot Keys
#define ONESHOT_TAP_TOGGLE 2
#define ONESHOT_TIMEOUT 2000
2023-01-06 02:03:52 +08:00
2023-01-16 23:02:14 +08:00
// Caps Word
#define CAPS_WORD_IDLE_TIMEOUT 2000