PatchworkOS
Loading...
Searching...
No Matches
ps2_scanmap.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdbool.h>
4#include <stdint.h>
5#include <sys/kbd.h>
6
18#define PS2_SCAN_CODE_SET 2
19
24
32keycode_t ps2_scancode_to_keycode(ps2_scancode_t scancode, bool isExtended);
33
keycode_t ps2_scancode_to_keycode(ps2_scancode_t scancode, bool isExtended)
Convert a PS/2 scancode to a generic keycode.
uint8_t ps2_scancode_t
PS/2 scancode.
Definition ps2_scanmap.h:23
keycode_t
Keyboard keycode type.
Definition kbd.h:27
__UINT8_TYPE__ uint8_t
Definition stdint.h:11