mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Update keyboard.c
This commit is contained in:
parent
b32c5459d5
commit
64e26a38fb
@ -10,7 +10,7 @@
|
|||||||
#define ENTER 0x1C
|
#define ENTER 0x1C
|
||||||
#define LSHIFT_DOWN 0x2a
|
#define LSHIFT_DOWN 0x2a
|
||||||
#define LSHIFT_UP 0xaa
|
#define LSHIFT_UP 0xaa
|
||||||
int caps = 0;
|
u8 caps = 0;
|
||||||
static char key_buffer[256];
|
static char key_buffer[256];
|
||||||
|
|
||||||
#define SC_MAX 57
|
#define SC_MAX 57
|
||||||
|
Loading…
Reference in New Issue
Block a user