From f6d2e62649246173a0f11f647159a0cb7e1f1624 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 8 Jul 2019 16:03:44 -0700 Subject: [PATCH] Astyle --- src/kaleidoscope/hardware/keyboardio/Model01.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kaleidoscope/hardware/keyboardio/Model01.cpp b/src/kaleidoscope/hardware/keyboardio/Model01.cpp index e51d339d..68bc970d 100644 --- a/src/kaleidoscope/hardware/keyboardio/Model01.cpp +++ b/src/kaleidoscope/hardware/keyboardio/Model01.cpp @@ -52,7 +52,7 @@ void Model01::enableScannerPower(void) { } void Model01::enableHighPowerLeds(void) { - // This lets the keyboard pull up to 1.6 amps from the host. + // This lets the keyboard pull up to 1.6 amps from the host. // That violates the USB spec. But it sure is pretty looking DDRE |= _BV(6); PORTE &= ~_BV(6);