update device sections

This commit is contained in:
Vaxry 2024-02-18 15:01:40 +00:00
parent d1322d7836
commit c706ca2c7d
1 changed files with 5 additions and 3 deletions

View File

@ -91,8 +91,9 @@ overwritten.
In order to apply per-device config options, make a new category like this: In order to apply per-device config options, make a new category like this:
```ini ```ini
device:name { device {
name = ...
# options ...
} }
``` ```
@ -121,7 +122,8 @@ enabled -> (only for mice / touchpads / touchdevices / keyboards) enables / disa
Example config section: Example config section:
```ini ```ini
device:royuan-akko-multi-modes-keyboard-b { device {
name = royuan-akko-multi-modes-keyboard-b
repeat_rate=50 repeat_rate=50
repeat_delay=500 repeat_delay=500
middle_button_emulation=0 middle_button_emulation=0