mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-30 19:10:08 -04:00
Forgot to fix custom keycode enum
This commit is contained in:
parent
d5a94942b8
commit
3298971de8
2 changed files with 8 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue