fix(underglow): Add newly required color-mapping prop.
This commit is contained in:
parent
8afe124153
commit
bf2fc68070
24 changed files with 133 additions and 15 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#include <dt-bindings/led/led.h>
|
||||
|
||||
&spi1 {
|
||||
compatible = "nordic,nrf-spim";
|
||||
/* Cannot be used together with i2c0. */
|
||||
|
|
@ -18,6 +20,8 @@
|
|||
chain-length = <27>; /* There are per-key RGB and the LAST 6 are underglow */
|
||||
spi-one-frame = <0x70>;
|
||||
spi-zero-frame = <0x40>;
|
||||
|
||||
color-mapping = <LED_COLOR_ID_GREEN LED_COLOR_ID_RED LED_COLOR_ID_BLUE>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue