summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick <nick.win999@gmail.com>2020-08-14 21:36:11 -0500
committerNick <nick.win999@gmail.com>2020-08-14 21:36:11 -0500
commit2863f150063bc4a31cc819efe973b59b45a10d10 (patch)
treef5407cc7518ab27b8c5c1b8b831692d923bd3fdb
parenta03b3ab68c5a81dc7c98749241dbfe80e5f1b09b (diff)
Fix docs typos
-rw-r--r--docs/docs/feature/underglow.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs/feature/underglow.md b/docs/docs/feature/underglow.md
index 4be752f..c6517ce 100644
--- a/docs/docs/feature/underglow.md
+++ b/docs/docs/feature/underglow.md
@@ -21,11 +21,11 @@ Here you can see the RGB underglow feature in action using WS2812 LEDs.
## Enabling RGB Underglow
-To enable RGB underglow on your board or shield, simply enable the `ZMK_RGB_UNDERGLOW` and `CONFIG_X_STRIP` configuration values in the `.conf` file of your user config directory as such:
+To enable RGB underglow on your board or shield, simply enable the `ZMK_RGB_UNDERGLOW` and `X_STRIP` configuration values in the `.conf` file of your user config directory as such:
```
CONFIG_ZMK_RGB_UNDERGLOW=y
-# Use the STRIP config specific tot he LEDs you're using
+# Use the STRIP config specific to the LEDs you're using
CONFIG_WS2812_STRIP=y
```
@@ -116,10 +116,10 @@ Once you have your `led_strip` properly defined you need to add it to the root d
};
```
-Finally you need to enable the `ZMK_RGB_UNDERGLOW` and `CONFIG_X_STRIP` STRIP configuration values in the `.conf` file of your board (or set a default in the `Kconfig.defconfig`):
+Finally you need to enable the `ZMK_RGB_UNDERGLOW` and `X_STRIP` configuration values in the `.conf` file of your board (or set a default in the `Kconfig.defconfig`):
```
CONFIG_ZMK_RGB_UNDERGLOW=y
-# Use the STRIP config specific tot he LEDs you're using
+# Use the STRIP config specific to the LEDs you're using
CONFIG_WS2812_STRIP=y
```