hardware::Atreus: Implement a dummy getLedIndex()

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

@ -54,6 +54,9 @@ class Atreus {
cRGB getCrgbAt(uint8_t i) {
return CRGB(0, 0, 0);
}
uint8_t getLedIndex(byte row, byte col) {
return 0;
}
void scanMatrix(void);
void readMatrix(void);

Loading…
Cancel
Save