NicoHood / HID

Bring enhanced HID functions to your Arduino!
http://www.nicohood.de
MIT License
2.37k stars 409 forks source link

BootKeyboard on Leonardo connected to the nintendo switch only types the numbers #413

Open quinman24 opened 1 year ago

quinman24 commented 1 year ago

so I was trying your library to make my Leonardo type text from my phone via Bluetooth (HC-05) but all it types is some of the numbers from the text when I'm trying to input text into the "Enter Code" section of the Eshop. when I open the search keyboard, it can type letters as well as numbers. why is that? it types it right on my windows pc correctly but not on my switch. is there any way to make it type everything I send it and/or detect if the current char key was typed successfully?

NicoHood commented 1 year ago

Maybe the switch does not support the serial port of the usb interface. You can try disabling it: https://github.com/NicoHood/HID/issues/225