1
0
Fork 0

Make NKRO deafult when it is available

- NKRO is used only when keyboard_protocol = 1(report)
This commit is contained in:
tmk 2014-04-25 15:32:21 +09:00
parent 62117e7ea7
commit 5e3f2d2b2e
8 changed files with 51 additions and 50 deletions

View file

@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef NKRO_ENABLE
bool keyboard_nkro = false;
bool keyboard_nkro = true;
#endif
static host_driver_t *driver;