Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
keymap.h
Go to the documentation of this file.
1#ifndef __INPUT_KEYMAP_H__
2#define __INPUT_KEYMAP_H__
3
4#include <type.h>
5
7
8#endif // __INPUT_KEYMAP_H__
uint16_t scancode_to_ascii(uint16_t scancode, boolean_t shift)
Definition keymap.c:62
unsigned short uint16_t
Definition type.h:13
uint8_t boolean_t
Definition type.h:89