diff options
| author | samveen <[email protected]> | 2019-12-17 12:47:05 +0530 |
|---|---|---|
| committer | samveen <[email protected]> | 2019-12-17 12:47:05 +0530 |
| commit | ba8a2329700059a52594efdfe8d0f98018e02fc7 (patch) | |
| tree | f0e3a239d263e4ea9e3a8a1aa073d74477d1042a /src | |
| parent | 627f8c5eb9509d7cd18e6f79845b18003d6112c4 (diff) | |
add "`" and "~" to keycode -> ASCII table
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/hid/hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h index cb5e60474..7fa4aa8ab 100644 --- a/src/class/hid/hid.h +++ b/src/class/hid/hid.h @@ -812,7 +812,7 @@ enum {'#' , '~' }, /* 0x32 */ \
{';' , ':' }, /* 0x33 */ \
{'\'' , '\"' }, /* 0x34 */ \
- {0 , 0 }, /* 0x35 */ \
+ {'`' , '~' }, /* 0x35 */ \
{',' , '<' }, /* 0x36 */ \
{'.' , '>' }, /* 0x37 */ \
{'/' , '?' }, /* 0x38 */ \
|
