Skip to content

Commit

Permalink
[wrapper] add escape
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyPatch committed Jan 13, 2025
1 parent 4c6f9a6 commit 2389986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/veypatch/keyrecords/wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ NOTE: These are all the same length. If you do a search/replace
#define ________________SYMBOLS_L2_________________ LSFT(KC_3), LSFT(KC_4), LSFT(KC_9), LSFT(KC_0), KC_GRV
#define ________________SYMBOLS_L3_________________ LSFT(KC_5), LSFT(KC_6), KC_LBRC, KC_RBRC, LSFT(KC_GRV)

#define ________________SYMBOLS_R1_________________ _______, _______, KC_PIPE, KC_BSLS, _______
#define ________________SYMBOLS_R1_________________ _______, _______, KC_PIPE, KC_BSLS, KC_ESC
#define ________________SYMBOLS_R2_________________ LSFT(KC_EQL), KC_MINS, KC_SLSH, LSFT(KC_8), KC_QUOT
#define ________________SYMBOLS_R3_________________ LSFT(KC_7) , KC_EQL , _______, _______ , _______

Expand Down

0 comments on commit 2389986

Please sign in to comment.