We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d467b5 commit 3a91089Copy full SHA for 3a91089
libraries/Bluefruit52Lib/src/services/BLEHidGeneric.cpp
@@ -517,7 +517,7 @@ const hid_keycode_to_ascii_t HID_KEYCODE_TO_ASCII[128] =
517
{'-' , '-' }, // 0x56
518
{'+' , '+' }, // 0x57
519
{'\r' , '\r' }, // 0x58
520
- {'1' , 0 }, // 0x59 /* numpad1 & end */ \
+ {'1' , 0 }, // 0x59
521
{'2' , 0 }, // 0x5a
522
{'3' , 0 }, // 0x5b
523
{'4' , 0 }, // 0x5c
0 commit comments