Galzai / MK32

Keyboard firmware for ESP32 microcontrollers
676 stars 118 forks source link

Many buttons doesn't work on android #43

Closed vipaoL closed 2 years ago

vipaoL commented 2 years ago

I tested the keyboard with my linux PC and it works perfectly but on android some buttons just don't do anything: not even the screen wakes up, although LED on my ESP blinks when i press the button, which doesn't work. This problem shows up with all my android devices

vipaoL commented 2 years ago

image

Galzai commented 2 years ago

If I remember correctly you can undefine the NKROMacro in keyboard_config.h to get it to work on Android as well -> Note that that will mean you only have 18 key rollover (which is fine for mostly everyone probably)

vipaoL commented 2 years ago

Thank you!!!