mirror of
https://github.com/gdsports/keymapper
synced 2024-11-21 16:55:09 -05:00
Add workaround for NKRO keyboards
Force boot mode so NKRO keyboards that send bitmap HID reports work.
This commit is contained in:
parent
6e0779b61b
commit
ef91c3db8a
@ -328,7 +328,7 @@ void play_word_game(void)
|
|||||||
|
|
||||||
#ifdef TEENSY_USB_HOST
|
#ifdef TEENSY_USB_HOST
|
||||||
USBHost Usb;
|
USBHost Usb;
|
||||||
KeyboardController keyboard_in(Usb);
|
KeyboardController keyboard_in(Usb, true);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Key remap possiblities
|
Key remap possiblities
|
||||||
|
Loading…
Reference in New Issue
Block a user