diff --git a/buildguide_en.md b/buildguide_en.md index b8b50ea..b1c6e93 100644 --- a/buildguide_en.md +++ b/buildguide_en.md @@ -18,6 +18,7 @@ - [Operation check](#operation-check) - [When in trouble](#when-in-trouble) - [Customize the default keymap](#customize-the-default-keymap) +- [Use "Per Key" LEDs without underglow LEDs](#use-per-key-leds-without-underglow-leds) @@ -326,3 +327,12 @@ respectively. If you're using DFU bootloader (in case of the elite c), replace the 'avrdude' with 'dfu' From then on, your keyboard will know, which side they are, no matter which side you plug in. You won't have to use the flags again when flashing an update of your keymap. + + +## Use "Per Key" LEDs without underglow LEDs + +If you don't want to use the underglow function with the SK6812-Mini LEDs, then bridget the solder pads on the following pictures with a small wire. + +![Left half - bridge underglow](img/lily58l-birdge-underglow-1.png) + +![Right half - bridge underglow](img/lily58l-birdge-underglow-2.png) \ No newline at end of file diff --git a/img/lily58l-birdge-underglow-1.png b/img/lily58l-birdge-underglow-1.png new file mode 100644 index 0000000..0ef3674 Binary files /dev/null and b/img/lily58l-birdge-underglow-1.png differ diff --git a/img/lily58l-birdge-underglow-2.png b/img/lily58l-birdge-underglow-2.png new file mode 100644 index 0000000..68cd45d Binary files /dev/null and b/img/lily58l-birdge-underglow-2.png differ