Disable ZMK Studio, add full README, fix LED chain-length
Studio commented out in config with re-enable instructions in README. LED chain-length corrected to 27 (6 underglow + 21 per-key per half).
This commit is contained in:
parent
9d21b8ff1e
commit
bd20351075
6 changed files with 291 additions and 9 deletions
|
|
@ -31,7 +31,7 @@
|
|||
spi-max-frequency = <4000000>;
|
||||
|
||||
/* WS2812 */
|
||||
chain-length = <10>; /* arbitrary; change at will */
|
||||
chain-length = <27>; /* 6 underglow + 21 per-key per half */
|
||||
spi-one-frame = <0x70>;
|
||||
spi-zero-frame = <0x40>;
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
spi-max-frequency = <4000000>;
|
||||
|
||||
/* WS2812 */
|
||||
chain-length = <10>; /* arbitrary; change at will */
|
||||
chain-length = <27>; /* 6 underglow + 21 per-key per half */
|
||||
spi-one-frame = <0x70>;
|
||||
spi-zero-frame = <0x40>;
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ features:
|
|||
- keys
|
||||
- display
|
||||
- underglow
|
||||
- studio
|
||||
|
||||
siblings:
|
||||
- corne_left
|
||||
- corne_right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue