1 2 3 4 5 6 7 8 9
#pragma once #include <stdint.h> #define UK(c) (UK_UNICODE | (c)) void hid_send(uint32_t hex);