diff options
author | Eric Gebhart <e.a.gebhart@gmail.com> | 2022-01-13 23:40:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 20:40:41 -0800 |
commit | e865cab48ec25c2fff958b23d89b1f86755d445c (patch) | |
tree | 0632ae08d0bfd477469768925ba74bce67087871 /users/ericgebhart/combos.def | |
parent | 0f110737dba362596fcdbebd6c2bd4cc574f344b (diff) |
[Keymap] ericgebhart keymap and userspace updates (#15727)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Drashna Jael're <drashna@live.com>
Diffstat (limited to 'users/ericgebhart/combos.def')
-rw-r--r-- | users/ericgebhart/combos.def | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/ericgebhart/combos.def b/users/ericgebhart/combos.def new file mode 100644 index 0000000000..9b5f2c8a9e --- /dev/null +++ b/users/ericgebhart/combos.def @@ -0,0 +1,10 @@ +// name result chord keys +COMB(LNAV, TG(_NAV), SPC_TOPR, ENT_NAV) +COMB(OSLSYM, OSL(_SYMB), ESC_TOPR, BSPC_SYMB) +COMB(OSLSYMBP, OSL(_SYMB_BP), ESC_TOPR_BP, BSPC_SYMB_BP) +COMB(LKEYPAD, TG(_KEYPAD), SPC_TOPR, BSPC_SYMB) +COMB(LKEYPADBP, TG(_KEYPAD_BP), SPC_TOPR_BP, BSPC_SYMB_BP) +COMB(LLAYERS, OSL(_LAYERS), KC_TAB, ENT_NAV) + +//COMB(JKL_SPC, KC_SPC, KC_J, KC_X) +//SUBS(TH_THE, "the", KC_T, KC_H) // SUBS uses SEND_STRING to output the given string. |