pull/640/head
Jesse Vincent 5 years ago
parent 68d8d06f3c
commit f6d2e62649

@ -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);

Loading…
Cancel
Save