fix(docs): Removing to-to typos (#2310)

This commit is contained in:
Nicolas Munnich
2024-05-26 07:16:33 +02:00
committed by GitHub
parent 2ee76be6fe
commit 2d96f469c8
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ config LED_PWM
endif # ZMK_BACKLIGHT
```
Create a `<board>-pinctrl.dtsi` file if it does not already exist, and include it at the beginning of the `<board>.dts` file. `CONFIG_PINCTRL=y` must be added to to `<board>_defconfig` if it isn't already enabled.
Create a `<board>-pinctrl.dtsi` file if it does not already exist, and include it at the beginning of the `<board>.dts` file. `CONFIG_PINCTRL=y` must be added to `<board>_defconfig` if it isn't already enabled.
The pinctrl file has a `&pinctrl` node that encompasses all pinctrl settings, including I2C or SPI peripherals (e.g. WS2812 LEDs, Battery fuel gauges):