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