Forgot to fix custom keycode enum

This commit is contained in:
Victor 2024-05-09 22:28:09 -05:00
parent d5a94942b8
commit 3298971de8
Failed to generate hash of commit
2 changed files with 8 additions and 7 deletions

View file

@ -21,19 +21,18 @@ enum keycodes {
TH_LABK,
TH_LBRC,
TH_LPRN,
TH_DQUO,
TH_SQUO,
TH_EQL,
TH_BSLS,
TH_SLSH,
TH_PIPE,
TH_COMM,
TH_DOT,
TH_PERC,
TH_EXLM,
TH_AT,
TH_QUES,
TH_EQL,
TH_MINS,
TH_GRV,
TH_SCLN,