Disable hardware debouncing in testmode

pull/365/head
Jesse Vincent 7 years ago
parent 86ebc8de02
commit 2e91dd4a82

@ -110,7 +110,8 @@ void TestMode_::toggle_programming_leds_on() {
void TestMode_::run_tests() {
// Serial.println("Running tests");
toggle_programming_leds_on();
// Disable debouncing
KeyboardHardware.setKeyscanInterval(0);
test_leds();
testMatrix();
// Serial.println("Done running tests");

Loading…
Cancel
Save