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

@ -39,6 +39,8 @@ typedef struct {
sq2lv_layout_id_t layout_id;
/* If true, display key popovers on press */
bool popovers;
/* If true, vibrate on key presses */
bool haptic_feedback;
} ul_config_opts_keyboard;
/**