From 35d6855365cc6630d2b66894a5da6267ba4d1541 Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Sat, 30 Mar 2019 03:43:18 +0900 Subject: [PATCH] update docs/config_options.md --- docs/config_options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config_options.md b/docs/config_options.md index ac64507bd1..14b3b4d27f 100644 --- a/docs/config_options.md +++ b/docs/config_options.md @@ -181,7 +181,7 @@ If you define these options you will enable the associated feature, which may in * `#define RGBLED_SPLIT { 6, 6 }` * number of LEDs connected that are directly wired to `RGB_DI_PIN` on each half of a split keyboard * First value indicates number of LEDs for left half, second value is for the right half - * When RGBLED_SPLIT is defined, it is considered that RGBLIGHT_SPLIT is defined implicitly. + * When RGBLED_SPLIT is defined, RGBLIGHT_SPLIT is implicitly defined. * `#define RGBLIGHT_HUE_STEP 12` * units to step when in/decreasing hue * `#define RGBLIGHT_SAT_STEP 25`