get int16_t definition

This commit is contained in:
Jeff Epler 2025-03-26 19:31:10 -05:00
parent d03069ce98
commit b3c43224b8

View file

@ -1,3 +1,5 @@
#include <stdint.h>
#define KBD_FLAG_LSHIFT 0x01 #define KBD_FLAG_LSHIFT 0x01
#define KBD_FLAG_LCONTROL 0x02 #define KBD_FLAG_LCONTROL 0x02
#define KBD_FLAG_LALT 0x04 #define KBD_FLAG_LALT 0x04