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 */
|
chain-length = <32>; /* number of LEDs */
|
||||||
spi-one-frame = <0x70>;
|
spi-one-frame = <0x70>;
|
||||||
spi-zero-frame = <0x40>;
|
spi-zero-frame = <0x40>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
zmk,underglow = &led_strip;
|
zmk,underglow = &led_strip;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -4,6 +4,3 @@
|
||||||
# Enables RGB functionality (Uncomment to enable.)
|
# Enables RGB functionality (Uncomment to enable.)
|
||||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||||
# CONFIG_WS2812_STRIP=y
|
# CONFIG_WS2812_STRIP=y
|
||||||
|
|
||||||
# Enables OLED Function (TO DO. Do not uncomment.)
|
|
||||||
# CONFIG_ZMK_DISPLAY=y
|
|
|
@ -4,8 +4,6 @@
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/zmk/matrix-transform.h>
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
zmk,kscan = &kscan0;
|
zmk,kscan = &kscan0;
|
||||||
|
|
|
@ -15,5 +15,5 @@
|
||||||
, <&pro_micro_d 15 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 15 GPIO_ACTIVE_HIGH>
|
||||||
, <&pro_micro_d 14 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 14 GPIO_ACTIVE_HIGH>
|
||||||
, <&pro_micro_d 16 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 16 GPIO_ACTIVE_HIGH>
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
|
@ -19,5 +19,5 @@
|
||||||
, <&pro_micro_a 1 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_a 1 GPIO_ACTIVE_HIGH>
|
||||||
, <&pro_micro_a 2 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_a 2 GPIO_ACTIVE_HIGH>
|
||||||
, <&pro_micro_a 3 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_a 3 GPIO_ACTIVE_HIGH>
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue