mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 20:56:42 +00:00
6 lines
183 B
C
6 lines
183 B
C
#pragma once
|
|
|
|
// The Teensy 2++ consumes about 60 mA of current at its full speed of 16 MHz as
|
|
// per https://www.pjrc.com/teensy/low_power.html
|
|
#define USB_MAX_POWER_CONSUMPTION 100
|