Additional edits for depreciated assets and syntax clarity.
This commit is contained in:
parent
81267b05f1
commit
aa51d4c7a0
5 changed files with 7 additions and 12 deletions
|
@ -24,11 +24,11 @@
|
|||
chain-length = <32>; /* number of LEDs */
|
||||
spi-one-frame = <0x70>;
|
||||
spi-zero-frame = <0x40>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,underglow = &led_strip;
|
||||
};
|
||||
chosen {
|
||||
zmk,underglow = &led_strip;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -3,7 +3,4 @@
|
|||
|
||||
# Enables RGB functionality (Uncomment to enable.)
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Enables OLED Function (TO DO. Do not uncomment.)
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
# CONFIG_WS2812_STRIP=y
|
|
@ -4,8 +4,6 @@
|
|||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <dt-bindings/zmk/matrix-transform.h>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
, <&pro_micro_d 15 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro_d 14 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro_d 16 GPIO_ACTIVE_HIGH>
|
||||
;
|
||||
;
|
||||
};
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
, <&pro_micro_a 1 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro_a 2 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro_a 3 GPIO_ACTIVE_HIGH>
|
||||
;
|
||||
;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue