Additional edits for depreciated assets and syntax clarity.

This commit is contained in:
KingCoinless 2021-01-03 16:51:18 -08:00 committed by Kiessling
parent 81267b05f1
commit aa51d4c7a0
5 changed files with 7 additions and 12 deletions

View file

@ -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;
}; };
}; };

View file

@ -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

View file

@ -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;

View file

@ -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>
; ;
}; };

View file

@ -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>
; ;
}; };