d13286fd29
* fix wrong config * start work on gaming layer * mod tap per key * tap dance to game layer * impl game layer * add double quotes and underline
8 lines
272 B
Modula-2
8 lines
272 B
Modula-2
// Gergoplex specfic combos
|
|
|
|
COMB(hjEnt, KC_ENT, KC_H, KC_J)
|
|
COMB(loDel, KC_DEL, KC_L, KC_O)
|
|
COMB(pscBspace, KC_BSPC, KC_P, KC_SCLN)
|
|
COMB(sdEsc, KC_ESC, KC_D, KC_F)
|
|
COMB(fgEsc, KC_ESC, KC_F, KC_G)
|