Kernel: Keymaps can now be loaded from files

This commit is contained in:
2024-01-10 14:43:19 +02:00
parent e6d42e5c45
commit 8f89519bcf
7 changed files with 387 additions and 383 deletions

View File

@@ -32,7 +32,7 @@ set(KERNEL_SOURCES
kernel/FS/TmpFS/FileSystem.cpp
kernel/FS/TmpFS/Inode.cpp
kernel/FS/VirtualFileSystem.cpp
kernel/Input/KeyboardLayouts/FI.cpp
kernel/Input/KeyboardLayout.cpp
kernel/Input/KeyEvent.cpp
kernel/Input/PS2/Controller.cpp
kernel/Input/PS2/Device.cpp