summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2021-10-12 21:53:40 +0200
committerAleksa Vučković <aleksav013@gmail.com>2021-10-12 21:53:40 +0200
commit4528b2347ac72ffdabdbe4d9e7bf7789c81e664f (patch)
tree7a5b14e228d858def22d0b5bfcffba69c4e5879e /src/keyboard.h
parent578d467b80015c52d0c96c8443b4c13936f33365 (diff)
Adding tty
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 53846e6..5de7e10 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -6,11 +6,11 @@ unsigned char keyboard[128] = {
// -------- 10 to 19 --------
'9','0','-','=',
' ', // Backspace
- ' ', // Tab
+ ' ', // Tab
'q','w','e','r',
// -------- 20 to 29 --------
't','y','u','i','o','p','[',']',
- '\n', // Enter
+ ' ', // Enter
' ', // left Ctrl
// -------- 30 to 39 --------
'a','s','d','f','g','h','j','k','l',';',