From 5214303228fd7d969cb58cbd9b0673d9bae0dcd1 Mon Sep 17 00:00:00 2001 From: Lenczu Vex Date: Wed, 9 Oct 2024 14:54:35 +0200 Subject: Initial push --- ibus.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ibus.h (limited to 'ibus.h') diff --git a/ibus.h b/ibus.h new file mode 100644 index 0000000..3be61c8 --- /dev/null +++ b/ibus.h @@ -0,0 +1,7 @@ +#define IBusSize 34 +#define channelC 15 +#define startByteAlpha 0x20 +#define startByteBeta 0x40 + +typedef char[IBusSize] IBusFrame +typedef unsigned short int[15] channelValues -- cgit v1.2.3-70-g09d2