Signed-off-by: Gergely Nagy <algernon@keyboard.io>
@ -50,7 +50,9 @@ class Base {
return c;
}
void setBrightness(uint8_t brightness) {}
uint8_t getBrightness() { return 255; }
uint8_t getBrightness() {
return 255;
static uint8_t getLedIndex(uint8_t key_offset) {