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

@ -54,7 +54,7 @@ result.
# NOTES
Some terminal commands, like _clear_ or _setfont_, can erase the keyboard or brake the layout of the terminal. In this case you should send a signal to Buffyboard or switch to another terminal to update the screen:
Some terminal commands, like _clear_ or _setfont_, can erase the keyboard or break the layout of the terminal. In this case you should send a signal to Buffyboard or switch to another terminal to update the screen:
```
setfont solar24x32;/usr/bin/kill -s SIGUSR1 buffyboard

View file

@ -25,6 +25,11 @@ for and, if found, merged in the following order:
# OPTIONS
## Keyboard
*haptic_feedback* = <true|false>
Enable or disable vibrations when pressing keys.
Default: true.
## Theme
*default* = <adwaita-light|adwaita-dark|breezy-light|breezy-dark|nord-light|nord-dark|pmos-light|pmos-dark>
Selects the default theme on boot. Can be changed at runtime to the

View file

@ -48,7 +48,11 @@ for and, if found, merged in the following order:
*popovers* = <true|false>
Enable or disable key press popovers showing the selected key.
default: true.
Default: true.
*haptic_feedback* = <true|false>
Enable or disable vibrations when pressing keys.
Default: true.
## Textarea
*obscured* = <true|false>