diff --git a/src/kaleidoscope/device/keyboardio/Model01.cpp b/src/kaleidoscope/device/keyboardio/Model01.cpp index b9dd8961..522f439d 100644 --- a/src/kaleidoscope/device/keyboardio/Model01.cpp +++ b/src/kaleidoscope/device/keyboardio/Model01.cpp @@ -48,9 +48,6 @@ KeyboardioScanner Model01Hands::leftHand(0); KeyboardioScanner Model01Hands::rightHand(3); void Model01Hands::setup(void) { - // TODO: Consider not doing this until 30s after keyboard - // boot up, to make it easier to rescue things in case of power draw issues. - // 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);