summaryrefslogtreecommitdiff
path: root/src/c/keyboard.c
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-05-30 09:13:24 +0200
committerAleksa Vučković <aleksav013@gmail.com>2022-05-30 23:07:20 +0200
commit602037ec658da6ab2f04f1c806bfccdcd8125f27 (patch)
tree42041f5f31bde2f5eedd544a7da346b83db8f5f9 /src/c/keyboard.c
parent37af80fa96b00ef9fb1abc1003db88ea1ed1a496 (diff)
idt now working on hardwarev1.0.1
Diffstat (limited to 'src/c/keyboard.c')
-rw-r--r--src/c/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/keyboard.c b/src/c/keyboard.c
index ab31315..5242bb0 100644
--- a/src/c/keyboard.c
+++ b/src/c/keyboard.c
@@ -150,6 +150,7 @@ void keyboard_handler()
{
c=shift_charcode[keycode];
}
+
if(buffer_index<BUFFER_SIZE)
{
buffer[buffer_current][buffer_index++]=c;