summary refs log tree commit diff stats
path: root/src/keymaps/soispha/hid/hid.h
blob: 0f80a0c434f6a0eb1159cbcc4d6564e114d53118 (plain) (blame)
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);