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