diff --git a/hidboot_8cpp_source.html b/hidboot_8cpp_source.html
index f987cd26..7e281784 100644
--- a/hidboot_8cpp_source.html
+++ b/hidboot_8cpp_source.html
@@ -247,7 +247,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
160 const uint8_t KeyboardReportParser::numKeys[10] PROGMEM = {
'!',
'@',
'#',
'$',
'%',
'^',
'&',
'*',
'(',
')'};
161 const uint8_t KeyboardReportParser::symKeysUp[12] PROGMEM = {
'_',
'+',
'{',
'}',
'|',
'~',
':',
'"',
'~',
'<',
'>',
'?'};
162 const uint8_t KeyboardReportParser::symKeysLo[12] PROGMEM = {
'-',
'=',
'[',
']',
'\\',
' ',
';',
'\'',
'`',
',',
'.',
'/'};
- 163 const uint8_t KeyboardReportParser::padKeys[5] PROGMEM = {
'/',
'*',
'-',
'+', 0x13};
+ 163 const uint8_t KeyboardReportParser::padKeys[5] PROGMEM = {
'/',
'*',
'-',
'+',
'\r'};
166 uint8_t shift = (mod & 0x22);
@@ -279,7 +279,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-
+