update keymaps to latest qmk fw, shorten tapping term
This commit is contained in:
parent
8f636dece5
commit
db0b585f19
2 changed files with 7 additions and 7 deletions
|
|
@ -43,12 +43,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define RALT_SCLN MT(KC_ALGR, KC_SCLN)
|
||||
|
||||
// mouse buttons
|
||||
#define KC_ML KC_MS_LEFT
|
||||
#define KC_MR KC_MS_RIGHT
|
||||
#define KC_MU KC_MS_UP
|
||||
#define KC_MD KC_MS_DOWN
|
||||
#define KC_MB1 KC_MS_BTN1
|
||||
#define KC_MB2 KC_MS_BTN2
|
||||
#define KC_ML MS_LEFT
|
||||
#define KC_MR MS_RGHT
|
||||
#define KC_MU MS_UP
|
||||
#define KC_MD MS_DOWN
|
||||
#define KC_MB1 MS_BTN1
|
||||
#define KC_MB2 MS_BTN2
|
||||
|
||||
// clang-format off
|
||||
const char chordal_hold_layout[MATRIX_ROWS][MATRIX_COLS] PROGMEM =
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#define PERMISSIVE_HOLD
|
||||
#define CHORDAL_HOLD
|
||||
#define TAPPING_TERM 160
|
||||
#define TAPPING_TERM 120
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue