summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-02-25 17:36:05 +0700
committerhathach <[email protected]>2022-02-25 17:36:05 +0700
commita8d6e823951a758829b53199de25a4ff2ce14494 (patch)
tree85038fd1fe6ed1fb42ef4b78cd24726168a81e80 /src/class
parent9ba1ba8fa13dc63a3075f41c4944f22ea12021e6 (diff)
enhance dual role examples
Diffstat (limited to 'src/class')
-rw-r--r--src/class/hid/hid.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h
index 20a5dd7f9..940454bd9 100644
--- a/src/class/hid/hid.h
+++ b/src/class/hid/hid.h
@@ -1106,7 +1106,10 @@ enum
{'8' , 0 }, /* 0x60 */ \
{'9' , 0 }, /* 0x61 */ \
{'0' , 0 }, /* 0x62 */ \
- {'0' , 0 }, /* 0x63 */ \
+ {'.' , 0 }, /* 0x63 */ \
+ {0 , 0 }, /* 0x64 */ \
+ {0 , 0 }, /* 0x65 */ \
+ {0 , 0 }, /* 0x66 */ \
{'=' , '=' }, /* 0x67 */ \