Unsure how this ever compiled.
@ -79,7 +79,7 @@ void TestMode_::test_matrix () {
LEDControl.set_all_leds_to(50,0,0);
while(1) {
KeyboardHardware.read_matrix();
if (KeyboardHardware.leftHandState.all == (R0C0 | R0C6 | R3C6 ) {
if (KeyboardHardware.leftHandState.all == (R0C0 | R0C6 | R3C6 ) ) {
break;
}
for (byte row = 0; row < 4; row++) {