mirror of
https://github.com/gdsports/keymapper
synced 2024-12-21 23:28:53 -05:00
Update to work with latest gdsports/USBHost_t36
USBHost_t36 rebased to Teensyduino 1.43 plus other patches.
This commit is contained in:
parent
ef91c3db8a
commit
71f09360bb
@ -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, true);
|
KeyboardController keyboard_in(Usb);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Key remap possiblities
|
Key remap possiblities
|
||||||
|
Loading…
Reference in New Issue
Block a user