aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index a8a106459..ad42e9780 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -171,11 +171,15 @@ If you define these options you will enable the associated feature, which may in
171## RGB Light Configuration 171## RGB Light Configuration
172 172
173* `#define RGB_DI_PIN D7` 173* `#define RGB_DI_PIN D7`
174 * pin the DI on the ws2812 is hooked-up to 174 * pin the DI on the WS2812 is hooked-up to
175* `#define RGBLIGHT_ANIMATIONS` 175* `#define RGBLIGHT_ANIMATIONS`
176 * run RGB animations 176 * run RGB animations
177* `#define RGBLED_NUM 15` 177* `#define RGBLED_NUM 12`
178 * number of LEDs 178 * number of LEDs
179* `#define RGBLED_SPLIT { 6, 6 }`
180 * number of LEDs connected that are directly wired to `RGB_DI_PIN` on each half of a split keyboard
181 * First value indicates number of LEDs for left half, second value is for the right half
182 * Needed if both halves of the board have RGB LEDs wired directly to the RGB output pin on the controllers instead of passing the output of the left half to the input of the right half
179* `#define RGBLIGHT_HUE_STEP 12` 183* `#define RGBLIGHT_HUE_STEP 12`
180 * units to step when in/decreasing hue 184 * units to step when in/decreasing hue
181* `#define RGBLIGHT_SAT_STEP 25` 185* `#define RGBLIGHT_SAT_STEP 25`
@@ -236,6 +240,9 @@ There are a few different ways to set handedness for split keyboards (listed in
236* `#define MATRIX_COL_PINS_RIGHT { <col pins> }` 240* `#define MATRIX_COL_PINS_RIGHT { <col pins> }`
237 * 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. 241 * 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.
238 242
243* `#define RGBLED_SPLIT { 6, 6 }`
244 * See [RGB Light Configuration](#rgb-light-configuration)
245
239* `#define SELECT_SOFT_SERIAL_SPEED <speed>` (default speed is 1) 246* `#define SELECT_SOFT_SERIAL_SPEED <speed>` (default speed is 1)
240 * Sets the protocol speed when using serial communication 247 * Sets the protocol speed when using serial communication
241 * Speeds: 248 * Speeds: