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

tychovrahe/T3W1/devkit1_with_ble2
tychovrahe 1 year ago
parent 553a03bf62
commit c8e4f3e98a

@ -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