Merge pull request #42 from algernon/h/testmode/handler-fix

TestMode: return false in the event handler hook
pull/45/head
Jesse Vincent 8 years ago committed by GitHub
commit 179188129a

@ -63,6 +63,7 @@ void TestMode_::setup() {
}
bool handle_key_event_test(Key mappedKey, byte row, byte col, uint8_t currentState, uint8_t previousState) {
Serial.write(row);
return false;
}
TestMode_ TestMode;

Loading…
Cancel
Save