Use lowercase keys for devices
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
int kb_read_key (void) {
|
||||
char ch = 0;
|
||||
int r = device_do ("KB", KB_READ_KEY, &ch, NULL, NULL, NULL);
|
||||
int r = device_do ("kb", KB_READ_KEY, &ch, NULL, NULL, NULL);
|
||||
|
||||
if (r == ST_OK)
|
||||
return (int)ch;
|
||||
|
||||
Reference in New Issue
Block a user