Teensy LC HID: Not all keys work on Android

Status
Not open for further replies.

JasonH

Member
So I am having some success with my project, but I am having trouble using the following keys:
ENTER
LEFT_ARROW
RIGHT_ARROW

I can type normal text and backspace, and shift works.

I am confused as to what codes I need to send.
I found different codes:
https://github.com/jrowberg/keyglove/blob/master/controller/arduino/keyglove/support_hid_keyboard.h
https://gist.github.com/MightyPork/6da26e382a7ad91b5496ee55fdc73db2
https://www.arduino.cc/reference/en/language/functions/usb/keyboard/keyboardmodifiers/
https://source.android.com/devices/input/keyboard-devices.html


Sometime P and I are printed when I use left and right.

What code do I need to send for left, right and enter?
 
Status
Not open for further replies.
Back
Top