Add a missing paren.

Unsure how this ever compiled.
pull/365/head
Jesse Vincent 8 years ago
parent 23aba78402
commit c1d25174bc

@ -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++) {

Loading…
Cancel
Save