aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/coseyfannitutti/discipline/config.h
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-11-15 10:21:22 +1100
committerGitHub <noreply@github.com>2019-11-15 10:21:22 +1100
commit30473357290747be06e9200a7d9c751738a3b0a1 (patch)
tree7d200332f182da03d8c6a493b1378265d473e74d /keyboards/coseyfannitutti/discipline/config.h
parenta2eb962704f1e87ed862a18650520df7a0fc5da8 (diff)
downloadfirmware-30473357290747be06e9200a7d9c751738a3b0a1.tar.gz
firmware-30473357290747be06e9200a7d9c751738a3b0a1.tar.bz2
firmware-30473357290747be06e9200a7d9c751738a3b0a1.zip
Add support for configurable polling interval and power usage o… (#7336)
* Add support for custom polling interval and power usage on V-USB boards * Use 1ms as default for now
Diffstat (limited to 'keyboards/coseyfannitutti/discipline/config.h')
-rw-r--r--keyboards/coseyfannitutti/discipline/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/coseyfannitutti/discipline/config.h b/keyboards/coseyfannitutti/discipline/config.h
index b3386f94d..46dd49c51 100644
--- a/keyboards/coseyfannitutti/discipline/config.h
+++ b/keyboards/coseyfannitutti/discipline/config.h
@@ -48,6 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define NO_UART 1
+#define USB_MAX_POWER_CONSUMPTION 100
/*
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.