You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling this version with hat(_, -1) ends up here, setting val = 1 instead of 15. The JOYSTICK_SIZE == 12 version of hat() above seems to work as intended.
The text was updated successfully, but these errors were encountered:
cores/teensy3/usb_joystick.h
Line 144 in d15e3a3
Calling this version with
hat(_, -1)
ends up here, settingval = 1
instead of 15. TheJOYSTICK_SIZE == 12
version ofhat()
above seems to work as intended.The text was updated successfully, but these errors were encountered: