get_key_color -> getKeyColor

pull/365/head
Jesse Vincent 7 years ago
parent b65f175343
commit c4fccab55b
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

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

Loading…
Cancel
Save