fixup! refactor(core): unify touch and button handling, enable usage of both in one model

tychovrahe/T3T1/haptic_test
tychovrahe 12 months ago
parent e677e62623
commit 5d58ed90fc

@ -26,8 +26,8 @@
#define USB_DATA_IFACE (253)
#define INPUT_IFACE (255)
#define TOUCH_INPUT_FLAG (0x40000000)
#define BUTTON_INPUT_FLAG (0x80000000)
#define TOUCH_INPUT_FLAG (0x400000)
#define BUTTON_INPUT_FLAG (0x800000)
#define POLL_READ (0x0000)
#define POLL_WRITE (0x0100)

Loading…
Cancel
Save