diff --git a/src/kaleidoscope/hardware/ErgoDox.h b/src/kaleidoscope/hardware/ErgoDox.h index 7b1c3df4..5fb36ee3 100644 --- a/src/kaleidoscope/hardware/ErgoDox.h +++ b/src/kaleidoscope/hardware/ErgoDox.h @@ -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);