blob: aa87459cd4c5a9f4f5dda983fe834a3d22bed4ce (
plain)
1
2
3
4
5
6
7
|
#pragma once
#define IGNORE_MOD_TAP_INTERRUPT
// 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
|