From 2944e938703e2049bb6262a0ab31e701d27e8ab3 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 1 May 2023 17:37:12 +1000 Subject: Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648) --- keyboards/kinesis/kint2pp/config.h | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 keyboards/kinesis/kint2pp/config.h (limited to 'keyboards/kinesis/kint2pp/config.h') diff --git a/keyboards/kinesis/kint2pp/config.h b/keyboards/kinesis/kint2pp/config.h deleted file mode 100644 index b81985f1ef..0000000000 --- a/keyboards/kinesis/kint2pp/config.h +++ /dev/null @@ -1,5 +0,0 @@ -#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 -- cgit v1.2.3