add shift combos

This commit is contained in:
Glen 2023-11-24 00:12:33 -05:00 committed by GitHub
parent b3c14140e3
commit 5f57856bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,8 @@ macros {
COMBO(grather_than, &kp GT, 4 13, DEF_L UPP_L SYM_L NUM_L)
/* Convenience */
COMBO(lshift, &sk LSHFT, 9 10, DEF_L)
COMBO(rshift, &sk RSHFT, 15 16, DEF_L)
COMBO(quote, &kp DQT, 6 7, DEF_L)
COMBO(del_word, &kp LC(BSPC), 22 24, DEF_L)
COMBO(caps_lock, &kp CAPS, 0 7, DEF_L)