PatchworkOS
Loading...
Searching...
No Matches
ps2_scanmap.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include <sys/kbd.h>

Go to the source code of this file.

Macros

#define PS2_SCAN_CODE_SET   2
 PS/2 scan code set to use.
 

Typedefs

typedef uint8_t ps2_scancode_t
 PS/2 scancode.
 

Functions

keycode_t ps2_scancode_to_keycode (ps2_scancode_t scancode, bool isExtended)
 Convert a PS/2 scancode to a generic keycode.