forked from kofal.net/zmk
refactor(docs): Document and enforce header casing conventions
This commit is contained in:
@@ -28,7 +28,7 @@ On macOS the BLE battery reporting packets can cause the computer to wakeup from
|
||||
|
||||
:::
|
||||
|
||||
### Peripheral battery monitoring
|
||||
### Peripheral Battery Monitoring
|
||||
|
||||
You can [configure ZMK to allow support for peripheral battery monitoring over BLE](system.md#split-keyboards) (e.g. when having a split keyboard with two independent and wirelessly connected sides).
|
||||
If you want to report the battery levels of both sides of a split keyboard, you should have both `CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY` and `CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING` set to `y`.
|
||||
|
||||
@@ -29,7 +29,7 @@ If `CONFIG_EC11` is enabled, exactly one of the following options must be set to
|
||||
|
||||
### Devicetree
|
||||
|
||||
#### Keymap Sensor Config
|
||||
#### Keymap sensor config
|
||||
|
||||
For shields/boards that export a `sensors` node configuration label, both global and per-sensor settings can be set by overriding the properties there.
|
||||
|
||||
@@ -69,7 +69,7 @@ Definition file: [zmk/app/drivers/zephyr/dts/bindings/zmk,keymap-sensors.yaml](h
|
||||
| ----------------------- | ---- | --------------------------------------------------------------- | ------- |
|
||||
| `triggers-per-rotation` | int | Number of times to trigger the bound behavior per full rotation | |
|
||||
|
||||
#### EC11 Nodes
|
||||
#### EC11 nodes
|
||||
|
||||
Applies to: `compatible = "alps,ec11"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user