docs: fixed broken anchors

This commit is contained in:
Nicolas Munnich
2024-10-01 01:31:17 +02:00
committed by Cem Aksoylar
parent 99b424bb4b
commit e195822559

View File

@@ -201,7 +201,7 @@ endif
In addition to the `Kconfig.shield` and `Kconfig.defconfig` files, many shields will also define a user configuration file called `my_keyboard.conf`. In addition to the `Kconfig.shield` and `Kconfig.defconfig` files, many shields will also define a user configuration file called `my_keyboard.conf`.
This file exists to provide "suggestions" of [configuration settings](../../config/index.md) for a user to select, such as enabling deep sleep. This file exists to provide "suggestions" of [configuration settings](../../config/index.md) for a user to select, such as enabling deep sleep.
Note that the name should match the shield/part name defined in the [Kconfig.shield file](#Kconfig.shield). Note that the name should match the shield/part name defined in the [Kconfig.shield file](#kconfigshield).
:::warning :::warning
This file can also be used to set configuration options. This file can also be used to set configuration options.
@@ -243,7 +243,7 @@ There are three main things that need to be defined in this file:
<SplitInvisTabs> <SplitInvisTabs>
<TabItem value="unibody"> <TabItem value="unibody">
A unibody keyboard will have a single overlay file named `my_keyboard.overlay`, where `my_keyboard` is the shield name defined in the [Kconfig.shield file](#Kconfig.shield). A unibody keyboard will have a single overlay file named `my_keyboard.overlay`, where `my_keyboard` is the shield name defined in the [Kconfig.shield file](#kconfigshield).
</TabItem> </TabItem>
<TabItem value="split"> <TabItem value="split">
@@ -254,7 +254,7 @@ For example, if the keyboard is split into a left and a right half, these can be
- `my_keyboard_left.overlay` - `my_keyboard_left.overlay`
- `my_keyboard_right.overlay` - `my_keyboard_right.overlay`
Here `my_keyboard_left` and `my_keyboard_right` are the shield names defined in the [Kconfig.shield file](#Kconfig.shield). Here `my_keyboard_left` and `my_keyboard_right` are the shield names defined in the [Kconfig.shield file](#kconfigshield).
Split keyboards often share some of their devicetree description. Split keyboards often share some of their devicetree description.
The standard approach is to have a core `my_keyboard.dtsi` (devicetree include) file, which is included into each of the shield overlays. The standard approach is to have a core `my_keyboard.dtsi` (devicetree include) file, which is included into each of the shield overlays.