Merge pull request #11 from keyboardio/h/remove-unused

Drop the getKeyColor function from the header
pull/365/head
Jesse Vincent 7 years ago committed by GitHub
commit 71a288c71a

@ -17,7 +17,6 @@ class Model01 {
void setCrgbAt(byte row, byte col, cRGB color);
void setCrgbAt(uint8_t i, cRGB crgb);
cRGB getCrgbAt(uint8_t i);
cRGB getKeyColor(byte row, byte col);
uint8_t getLedIndex(byte row, byte col);
void scanMatrix(void);

Loading…
Cancel
Save