Merge branch 'force_feedback' into 'master'

keyboard: add haptic feedback

Closes #10

See merge request postmarketOS/buffybox!76
This commit is contained in:
Johannes Marbach 2025-12-02 12:54:45 +00:00
commit 27208ba156
19 changed files with 211 additions and 15 deletions

View file

@ -27,6 +27,7 @@ shared_sources = files(
'shared/fonts/font_32.c',
'shared/cli_common.c',
'shared/config.c',
'shared/force_feedback.c',
'shared/indev.c',
'shared/log.c',
'shared/theme.c',