diff options
author | Ryan <fauxpark@gmail.com> | 2023-09-20 20:50:52 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 11:50:52 +0100 |
commit | 4b26d9b62b299f15ce517e3fb7c9bfbe8eaf88b8 (patch) | |
tree | b582e038327a6c672ab9e876e2686d26a9dc78d6 /docs | |
parent | 3575e27eceb1a749e9655c046cc4a9dd040cc5ce (diff) |
Update AW20216S LED type (#22072)
* Update AW20216S LED type
* Remove mattgauf keymap
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_rgb_matrix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index bed9fd92d5..fe4e1d1ab0 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md @@ -513,7 +513,7 @@ Here is an example using 2 drivers. Define these arrays listing all the LEDs in your `<keyboard>.c`: ```c -const aw20216s_led PROGMEM g_aw20216s_leds[RGB_MATRIX_LED_COUNT] = { +const aw20216s_led_t PROGMEM g_aw20216s_leds[RGB_MATRIX_LED_COUNT] = { /* Each AW20216S channel is controlled by a register at some offset between 0x00 * and 0xD7 inclusive. * See drivers/led/aw20216s.h for the mapping between register offsets and |