X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fhost.c;h=2e56971bddb6a9abca480f3d7764a0b0585dc136;hb=eb90ed6238426db9367e294abfaefb5de07564f5;hp=1eafef75cc3c2d6c5e13346fb250be1c9225a769;hpb=772ab7025ddf88126d9d6ddb654f62434985504b;p=max%2Ftmk_keyboard.git diff --git a/common/host.c b/common/host.c index 1eafef75..2e56971b 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;