7 lines
217 B
C
7 lines
217 B
C
#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
|