diff options
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 01c0e3ee8..3be294db8 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -248,6 +248,9 @@ There are a few different ways to set handedness for split keyboards (listed in | |||
248 | * `#define MATRIX_COL_PINS_RIGHT { <col pins> }` | 248 | * `#define MATRIX_COL_PINS_RIGHT { <col pins> }` |
249 | * If you want to specify a different pinout for the right half than the left half, you can define `MATRIX_ROW_PINS_RIGHT`/`MATRIX_COL_PINS_RIGHT`. Currently, the size of `MATRIX_ROW_PINS` must be the same as `MATRIX_ROW_PINS_RIGHT` and likewise for the definition of columns. | 249 | * If you want to specify a different pinout for the right half than the left half, you can define `MATRIX_ROW_PINS_RIGHT`/`MATRIX_COL_PINS_RIGHT`. Currently, the size of `MATRIX_ROW_PINS` must be the same as `MATRIX_ROW_PINS_RIGHT` and likewise for the definition of columns. |
250 | 250 | ||
251 | * `#define DIRECT_PINS_RIGHT { { F1, F0, B0, C7 }, { F4, F5, F6, F7 } }` | ||
252 | * If you want to specify a different direct pinout for the right half than the left half, you can define `DIRECT_PINS_RIGHT`. Currently, the size of `DIRECT_PINS` must be the same as `DIRECT_PINS_RIGHT`. | ||
253 | |||
251 | * `#define RGBLED_SPLIT { 6, 6 }` | 254 | * `#define RGBLED_SPLIT { 6, 6 }` |
252 | * See [RGB Light Configuration](#rgb-light-configuration) | 255 | * See [RGB Light Configuration](#rgb-light-configuration) |
253 | 256 | ||