make astyle

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/796/head
Gergely Nagy 5 years ago
parent a9087a8811
commit bce606f959
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -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) {

Loading…
Cancel
Save