summaryrefslogtreecommitdiff
path: root/Source/Kernel/Ressources/Keymaps/Keymap.h
blob: 9d1079d6eb1e56f69331b2500124b6790d4cd7e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <WChar.class.h>

struct melon_keymap_t {
	WChar normal[128];
	WChar shift[128];
	WChar caps[128];
	WChar altgr[128];
	WChar shiftaltgr[128];
};