keyboard: add haptic feedback

This commit is contained in:
Vladimir Stoiakin 2025-11-26 12:34:09 +03:00
parent 271cdf8534
commit 6b3477dc78
19 changed files with 211 additions and 15 deletions

View file

@ -20,6 +20,7 @@ struct bbx_indev_opts {
#endif
uint8_t pointer : 1;
uint8_t touchscreen : 1;
uint8_t force_feedback : 1;
};
#ifndef BBX_APP_BUFFYBOARD