add header with rgb struct definition

refs: https://github.com/keyboardio/Kaleidoscope-Focus/issues/3
pull/131/head
Wez Furlong 7 years ago
parent 9884e54f9d
commit f2c5e3ae9d

@ -0,0 +1,6 @@
#pragma once
struct cRGB {
uint8_t b;
uint8_t g;
uint8_t r;
};
Loading…
Cancel
Save