We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dea249 commit 00afc4cCopy full SHA for 00afc4c
1 file changed
runcpm-rp2040-dvi-usb/keyboard-copro/keyboard-copro.ino
@@ -133,7 +133,7 @@ const char * const lut[] = {
133
"!@#$%^&*()", /* 0 - shifted numeric keys */
134
"\r\x1b\10\t -=[]\\#;'`,./", /* 1 - symbol keys */
135
"\n\x1b\177\t _+{}|~:\"~<>?", /* 2 - shifted */
136
- "\3\4\2\1", /* 3 - arrow keys RLDU */
+ "\12\13\10\22", /* 3 - arrow keys RLDU */
137
"/*-+\n1234567890.", /* 4 - keypad w/numlock */
138
"/*-+\n\xff\2\xff\4\xff\3\xff\1\xff\xff.", /* 5 - keypad w/o numlock */
139
};
0 commit comments