Xulkal Keymaps
This commit is contained in:
parent
416eb1dee7
commit
86855f4417
13 changed files with 741 additions and 0 deletions
13
users/xulkal/config.h
Normal file
13
users/xulkal/config.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#ifndef TAPPING_FORCE_HOLD
|
||||
#define TAPPING_FORCE_HOLD
|
||||
#endif // TAPPING_FORCE_HOLD
|
||||
|
||||
#undef TAPPING_TERM
|
||||
#define TAPPING_TERM 175
|
||||
|
||||
#define LSPO_KEYS KC_LSFT, KC_TRNS, KC_LBRC
|
||||
#define RSPC_KEYS KC_RSFT, KC_TRNS, KC_RBRC
|
||||
#define LCPO_KEYS KC_LCTL, KC_TRNS, KC_MINS
|
||||
#define RCPO_KEYS KC_RCTL, KC_TRNS, KC_EQL
|
Loading…
Add table
Add a link
Reference in a new issue