diff options
author | Garrett Singer <gesinger@gmail.com> | 2019-08-04 00:26:02 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-03 21:26:02 -0700 |
commit | f644db042c488a19c2256c9f3870b5bd331cc98c (patch) | |
tree | d2c590fb7f6dc2dd92b3a24d39c842bce20f04d7 /docs/feature_split_keyboard.md | |
parent | 465acd4d09fbf429ebd5894d13ae43a55c6777ee (diff) | |
download | qmk_firmware-f644db042c488a19c2256c9f3870b5bd331cc98c.tar.gz qmk_firmware-f644db042c488a19c2256c9f3870b5bd331cc98c.zip |
[Split] Add config option for DIRECT_PINS_RIGHT (#6479)
Adds support for different direct pin mappings on the halves of a split keyboard.
Diffstat (limited to 'docs/feature_split_keyboard.md')
-rw-r--r-- | docs/feature_split_keyboard.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/feature_split_keyboard.md b/docs/feature_split_keyboard.md index 95aceab22..4addb1bfd 100644 --- a/docs/feature_split_keyboard.md +++ b/docs/feature_split_keyboard.md | |||
@@ -160,6 +160,11 @@ There are some settings that you may need to configure, based on how the hardwar | |||
160 | 160 | ||
161 | This allows you to specify a different set of pins for the matrix on the right side. This is useful if you have a board with differently-shaped halves that requires a different configuration (such as Keebio's Quefrency). | 161 | This allows you to specify a different set of pins for the matrix on the right side. This is useful if you have a board with differently-shaped halves that requires a different configuration (such as Keebio's Quefrency). |
162 | 162 | ||
163 | ```c | ||
164 | #define DIRECT_PINS_RIGHT { { F1, F0, B0, C7 }, { F4, F5, F6, F7 } } | ||
165 | ``` | ||
166 | |||
167 | This allows you to specify a different set of direct pins for the right side. | ||
163 | 168 | ||
164 | ```c | 169 | ```c |
165 | #define RGBLIGHT_SPLIT | 170 | #define RGBLIGHT_SPLIT |