From a8d6e823951a758829b53199de25a4ff2ce14494 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 25 Feb 2022 17:36:05 +0700 Subject: enhance dual role examples --- src/class/hid/hid.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/class') 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 */ \ -- cgit v1.3.1