From 04fd5641e16fd4e14652262f9d325c430e938e86 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 25 Jan 2016 23:58:32 -0800 Subject: [PATCH] Delete unused, commented out code --- KeyboardioFirmware.ino | 4 ---- 1 file changed, 4 deletions(-) diff --git a/KeyboardioFirmware.ino b/KeyboardioFirmware.ino index a2fc336b..32fdce78 100644 --- a/KeyboardioFirmware.ino +++ b/KeyboardioFirmware.ino @@ -112,10 +112,6 @@ void setup() { String myApp; void loop() { - // if(Serial.available()) { - // myApp = Serial.readString(); - // myApp.trim(); - // } TS("A noop takes...") TS("about to scan the matrix") scan_matrix();