Working PS/2 keyboard driver
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s

This commit is contained in:
2026-02-15 14:28:07 +01:00
parent b0b69f3e9e
commit 927d9e4c73
29 changed files with 374 additions and 29 deletions

8
include/m/kb_device.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _M_KB_DEVICE_H
#define _M_KB_DEVICE_H
#define KB_DEVICE 1
#define KB_READ_KEY 0
#endif // _M_KB_DEVICE_H