From 5e3f2d2b2e5065a04495f2c55fae0849966b5d23 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 25 Apr 2014 15:32:21 +0900 Subject: Make NKRO deafult when it is available - NKRO is used only when keyboard_protocol = 1(report) --- common/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/host.c') diff --git a/common/host.c b/common/host.c index 1eafef75cc..2e56971bdd 100644 --- a/common/host.c +++ b/common/host.c @@ -24,7 +24,7 @@ along with this program. If not, see . #ifdef NKRO_ENABLE -bool keyboard_nkro = false; +bool keyboard_nkro = true; #endif static host_driver_t *driver; -- cgit v1.2.3