Skip to content

Commit

Permalink
RGB lighting info added to firmware README again
Browse files Browse the repository at this point in the history
  • Loading branch information
mohoyt committed Nov 11, 2023
1 parent 83bc87c commit a5890c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Alternatively flash one of the precompiled hexes. There's a few options:

It is possible to add RGB lighting to the Lagom. There's a couple changes that you need to make to info.json to make it happen before recompiling the firmware. These changes are:
* Adding `"rgblight": true` to the feature section
* Adding a `rgblight` and `ws2812` section
* Adding a `rgblight` and `ws2812` section. More info [here](https://docs.qmk.fm/#/feature_rgblight) too.
```
"rgblight": {
"led_count": 11,
Expand Down

0 comments on commit a5890c1

Please sign in to comment.