camelCasing of _matrix functions

pull/141/head
Jesse Vincent 7 years ago
parent 210287684f
commit e29e220416
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -18,7 +18,7 @@ Kaleidoscope_::setup(void) {
void
Kaleidoscope_::loop(void) {
KeyboardHardware.scan_matrix();
KeyboardHardware.scanMatrix();
for (byte i = 0; loopHooks[i] != NULL && i < HOOK_MAX; i++) {
loopHook hook = loopHooks[i];

Loading…
Cancel
Save