mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fix(docs): Disable encoders in dtsi (#1600)
This commit is contained in:
@@ -461,6 +461,7 @@ left_encoder: encoder_left {
|
||||
a-gpios = <PIN_A (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||
b-gpios = <PIN_B (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||
resolution = <4>;
|
||||
status = "disabled";
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user