From 80f2182e1242c214845ef1c0c8368449e06f3b6e Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 26 Jan 2016 21:50:49 -0800 Subject: [PATCH] remove comment and commented out code --- KeyboardioFirmware.ino | 5 ----- 1 file changed, 5 deletions(-) diff --git a/KeyboardioFirmware.ino b/KeyboardioFirmware.ino index 345a6c3a..5a833c72 100644 --- a/KeyboardioFirmware.ino +++ b/KeyboardioFirmware.ino @@ -35,14 +35,9 @@ void scan_matrix() { handle_mouse_movement(x, y); } -// Command mode -// - void setup() { wdt_disable(); Serial.begin(115200); - //usbMaxPower = 100; - Keyboard.begin(); Mouse.begin(); implementation_setup_leds();