aboutsummaryrefslogtreecommitdiff
path: root/include/06.keyboard/deo17
diff options
context:
space:
mode:
Diffstat (limited to 'include/06.keyboard/deo17')
-rw-r--r--include/06.keyboard/deo178
1 files changed, 0 insertions, 8 deletions
diff --git a/include/06.keyboard/deo17 b/include/06.keyboard/deo17
deleted file mode 100644
index ded0af2..0000000
--- a/include/06.keyboard/deo17
+++ /dev/null
@@ -1,8 +0,0 @@
- if (status & 0x1)
- {
- uint8_t keycode = ioport_in(KEYBOARD_DATA_PORT);
- if(keycode<0x80)
- {
- char c=charcode[keycode];
- ispressed[keycode]=1;
- // printf("%d ",&keycode);