diff options
-rw-r--r-- | docs/docs/development/hardware-integration/new-shield.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/development/hardware-integration/new-shield.mdx b/docs/docs/development/hardware-integration/new-shield.mdx index 296dbf5986..6ad57e3188 100644 --- a/docs/docs/development/hardware-integration/new-shield.mdx +++ b/docs/docs/development/hardware-integration/new-shield.mdx @@ -218,7 +218,7 @@ Split keyboards can have multiple `.conf` files, one for each part. For example: - `my_keyboard.conf` - Configuration elements affect both halves - `my_keyboard_left.conf` - Configuration elements only affect left half -- `my_keyboard_left.conf` - Configuration elements only affect right half +- `my_keyboard_right.conf` - Configuration elements only affect right half In most case you'll only need to use the .conf file that affects both halves of a split board. |