summaryrefslogtreecommitdiff
path: root/Source/Kernel/Ressources/Keymaps/Keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/Ressources/Keymaps/Keymap.h')
-rw-r--r--Source/Kernel/Ressources/Keymaps/Keymap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/Kernel/Ressources/Keymaps/Keymap.h b/Source/Kernel/Ressources/Keymaps/Keymap.h
new file mode 100644
index 0000000..304e52c
--- /dev/null
+++ b/Source/Kernel/Ressources/Keymaps/Keymap.h
@@ -0,0 +1,9 @@
+#include <Library/WChar.class.h>
+
+struct melon_keymap_t {
+ WChar normal[128];
+ WChar shift[128];
+ WChar caps[128];
+ WChar altgr[128];
+ WChar shiftaltgr[128];
+};