Update keyboard.c

pull/255/head
ErrorTP 1 year ago committed by GitHub
parent 156790f18d
commit b32c5459d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save