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