summaryrefslogtreecommitdiff
path: root/src/class/hid
diff options
context:
space:
mode:
authorsamveen <[email protected]>2019-12-17 12:47:05 +0530
committersamveen <[email protected]>2019-12-17 12:47:05 +0530
commitba8a2329700059a52594efdfe8d0f98018e02fc7 (patch)
treef0e3a239d263e4ea9e3a8a1aa073d74477d1042a /src/class/hid
parent627f8c5eb9509d7cd18e6f79845b18003d6112c4 (diff)
add "`" and "~" to keycode -> ASCII table
Diffstat (limited to 'src/class/hid')
-rw-r--r--src/class/hid/hid.h2
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 */ \