diff options
author | Danil Romanov <[email protected]> | 2024-11-21 00:54:54 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-20 18:54:54 +0100 |
commit | 33113c70289408c574c44f6d81573efbcd4890d2 (patch) | |
tree | 25c6f0a3cd5742b6f0188eda7bf7eca24c11c8c0 | |
parent | 6934e362b5cced3e4897ca50a5ad906b13afa442 (diff) | |
download | zmk-33113c70289408c574c44f6d81573efbcd4890d2.tar.gz zmk-33113c70289408c574c44f6d81573efbcd4890d2.zip |
docs: Update new-shield.mdx (#2664)
-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. |