hardware::ErgoDox: Add a dummy getLedIndex() method

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

@ -59,6 +59,9 @@ class ErgoDox {
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