splitkb.com
About Split Keyboards - Functionality

What are RGB LEDs used for?

RGB LEDs look cool! Using custom programming, they can be used for layer indication, too.

RGB LEDs are a feature that is often added to mechanical keyboards. It stands for "red green blue light emitting diode". The colours can blend together to form a large number of different colours in varying intensities. The LEDs are used in two ways:

  • Underglow RGB LEDs face downward, toward your desk.
    • The light shines through the bottom plate and off to the sides, which can give a nice effect when paired with a transparant or translucent bottom plate.
  • Per-key RGB LEDs face upward.
    • Their light shines through the switch, and depending on your chosen keycap they may shine through the keycaps as well.
    • If you use opaque keycaps, the light will reflect back to the top plate, to shine through the gaps between the keycaps. You can see this in the picture below.

A Kyria with its underglow and per-key RGB turned on

A Kyria with its underglow and per-key RGB turned on.

RGB LEDs also support various animation modes in QMK Firmware. All of our keyboards support the RGB Matrix feature, meaning that the animations flow nicely between the keys as their physical coordinates are mapped in the firmware.

A note on wireless use

TLDR: RGB LEDs drain battery very quickly. You may be able to use External Power Control in ZMK to turn all power off instead, which would be manageable. However, this does turn all power to peripherals off, so if you have a display, turning off the external power would turn both the LEDs and the display off.

RGB LEDs increase power consumption greatly. If you use your board wired, that's no issue, as the increased power demand is very manageable over a USB connection. However, if you use your board wirelessly, then the battery only has so much power it can supply before it's depleted.

RGB LEDs are smart: they have their own little circuit on board which receives signals from the microcontroller. The LEDs are connected in a chain, each passing the data they receive on to the other LEDs. This feature makes them draw power even when you turn the LEDs off.

You can use the ZMK Power Profiler to see how much various features affect power use. When using per-key RGB, add the number of LEDs to the count of RGB Underglow LEDs instead.

Not all LEDs draw as much power. Practically all DIY keyboard kits use two kinds of LEDs: WS2812B for underglow, and SK6812MINI-E for per-key RGB. These LEDs are smart, which makes them consume more power than usual. "Dumb" LEDs need to be driven by a separate LED controller, which can be more power efficient. Such components are small, however, and hard to solder, which is why kits include the more power-hungry smart LEDs. The more you know!

As an example, a common configuration without LEDs will last a few weeks for the central half, and a few months for the peripheral half:

An example configuration of a keyboard without RGB enabled. Note the estimated battery life of almost two weeks on the central (main) half

An example configuration of a keyboard without RGB enabled. Note the estimated battery life of almost two weeks on the central (main) half.

Whereas even with just twelve underglow LEDs enabled at 30%, the battery life drops down to mere hours:

An example configuration of a keyboard with RGB enabled. Note the severely decreased battery life of two and a half hours, with the brightness set to 30%

An example configuration of a keyboard with RGB enabled. Note the severely decreased battery life of two and a half hours, with the brightness set to 30%.


Questions? Help us improve!
Do you have questions after reading the documentation? Do you have feedback about this page, or about the documentation in general? Please send us an email. You can use the buttons below which will open your mail client or app with a template, or send your mail to support@splitkb.com.