|
|
@ -2,6 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "implementation/Model01Beta.h"
|
|
|
|
#include "implementation/Model01Beta.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// These global proxy functions are a cheap hack to avoid
|
|
|
|
// These global proxy functions are a cheap hack to avoid
|
|
|
|
// a circular dependency between the keyboard hardware class
|
|
|
|
// a circular dependency between the keyboard hardware class
|
|
|
|
// and the 'userspace' LED implementation. If my C++ were stronger, there woudl
|
|
|
|
// and the 'userspace' LED implementation. If my C++ were stronger, there woudl
|
|
|
@ -10,3 +11,4 @@ void led_set_crgb_at(uint8_t i, cRGB crgb);
|
|
|
|
void led_sync(void);
|
|
|
|
void led_sync(void);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|