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

tychovrahe/T3W1/devkit1_with_ble_crypto3
tychovrahe 12 months ago
parent f6572a84d3
commit 450e8f915c

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