1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2025-02-02 06:45:05 +00:00
hekate/bdk/input
CTCaer 7af343dd6c bdk: input: make joycon detection more robust
There's a hw bug on the gpio controller that can latch the last value on reads.
Mitigate that by reading once to unlatch the input value.

Also actually allow sio to be polled every 8ms.
2024-05-19 10:19:25 +03:00
..
als.c
als.h
joycon.c bdk: input: make joycon detection more robust 2024-05-19 10:19:25 +03:00
joycon.h bdk: joycon: add bit numbers on the button struct 2024-04-25 04:46:27 +03:00
touch.c
touch.h