Skip to content

Commit

Permalink
Update led_conf_t example (qmk#10327)
Browse files Browse the repository at this point in the history
  • Loading branch information
tominabox1 authored and violet-fish committed Sep 19, 2020
1 parent 3247296 commit 3bc4037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_rgb_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Configure the hardware via your `config.h`:
From this point forward the configuration is the same for all the drivers. The `led_config_t` struct provides a key electrical matrix to led index lookup table, what the physical position of each LED is on the board, and what type of key or usage the LED if the LED represents. Here is a brief example:
```c
const led_config_t g_led_config = { {
led_config_t g_led_config = { {
// Key Matrix to LED Index
{ 5, NO_LED, NO_LED, 0 },
{ NO_LED, NO_LED, NO_LED, NO_LED },
Expand Down

0 comments on commit 3bc4037

Please sign in to comment.