From 6a50faf943972636b230c79d123d8851e527f66d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 28 May 2025 00:00:31 +0200 Subject: [PATCH] port to NKRO_DEFAULT_ON --- common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config.h b/common/config.h index 2032d44..f8379dc 100644 --- a/common/config.h +++ b/common/config.h @@ -6,7 +6,7 @@ #pragma once // enable NKRO by default -#define FORCE_NKRO +#define NKRO_DEFAULT_ON 1 // Reduce input latency by lowering the USB polling interval // from its 10ms default to the 1ms minimum that USB 1.x (Full Speed) allows: