Update keyboard.c

This commit is contained in:
ErrorTP 2022-12-04 10:09:31 -05:00 committed by GitHub
parent b32c5459d5
commit 64e26a38fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
#define ENTER 0x1C
#define LSHIFT_DOWN 0x2a
#define LSHIFT_UP 0xaa
int caps = 0;
u8 caps = 0;
static char key_buffer[256];
#define SC_MAX 57