forked from mirrors/qmk_userspace
Update AW20216S LED type (#22072)
* Update AW20216S LED type * Remove mattgauf keymap
This commit is contained in:
parent
3575e27ece
commit
4b26d9b62b
21 changed files with 37 additions and 801 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue