diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-07-09 15:52:23 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-09 06:52:23 -0700 |
commit | 220873dfebaac06f4686f619622babcd40bc54a8 (patch) | |
tree | b935850e81c4fba39f292cbf41d2ff2d0bffe622 /users/konstantin/config.h | |
parent | 8b1cdd1e3d27cce830c36f9604e5f69337b2c83e (diff) | |
download | qmk_firmware-220873dfebaac06f4686f619622babcd40bc54a8.tar.gz qmk_firmware-220873dfebaac06f4686f619622babcd40bc54a8.zip |
[Keymap] Add personal Wasdat keymap, update other keymaps (#6290)
* Add wasdat:konstantin keymap
TODO: Move it to layouts/
* Use HHKB arrow arrangement for mouse keys on KBD6X
* Move KC_APP from Ctrl to M on all boards
* Use RCT_RSF on Melody96
* Set TAP_HOLD_CAPS_DELAY to 50 in userspace
* Use RSF_RCT instead of RCT_RSF
Diffstat (limited to 'users/konstantin/config.h')
-rw-r--r-- | users/konstantin/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/users/konstantin/config.h b/users/konstantin/config.h index 4ca19f8245..4edab2baab 100644 --- a/users/konstantin/config.h +++ b/users/konstantin/config.h @@ -14,8 +14,9 @@ #define NO_ACTION_ONESHOT #define PERMISSIVE_HOLD -#define TAPPING_TERM 200 -#define TAPPING_TOGGLE 2 +#define TAPPING_TERM 200 +#define TAPPING_TOGGLE 2 +#define TAP_HOLD_CAPS_DELAY 50 #define UNICODE_CYCLE_PERSIST false #define UNICODE_SELECTED_MODES UC_WINC, UC_WIN, UC_LNX |