From aa51d4c7a06722ebe0d1eaa80f60c97724004323 Mon Sep 17 00:00:00 2001 From: KingCoinless Date: Sun, 3 Jan 2021 16:51:18 -0800 Subject: [PATCH] Additional edits for depreciated assets and syntax clarity. --- app/boards/shields/helix/boards/nice_nano.overlay | 8 ++++---- app/boards/shields/helix/helix.conf | 5 +---- app/boards/shields/helix/helix.dtsi | 2 -- app/boards/shields/helix/helix_left.overlay | 2 +- app/boards/shields/helix/helix_right.overlay | 2 +- 5 files changed, 7 insertions(+), 12 deletions(-) diff --git a/app/boards/shields/helix/boards/nice_nano.overlay b/app/boards/shields/helix/boards/nice_nano.overlay index 4e4d7036..78576d13 100644 --- a/app/boards/shields/helix/boards/nice_nano.overlay +++ b/app/boards/shields/helix/boards/nice_nano.overlay @@ -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; + }; }; diff --git a/app/boards/shields/helix/helix.conf b/app/boards/shields/helix/helix.conf index c9b2f1e1..53339158 100644 --- a/app/boards/shields/helix/helix.conf +++ b/app/boards/shields/helix/helix.conf @@ -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 \ No newline at end of file +# CONFIG_WS2812_STRIP=y \ No newline at end of file diff --git a/app/boards/shields/helix/helix.dtsi b/app/boards/shields/helix/helix.dtsi index 241c589e..9a18be6f 100644 --- a/app/boards/shields/helix/helix.dtsi +++ b/app/boards/shields/helix/helix.dtsi @@ -4,8 +4,6 @@ * SPDX-License-Identifier: MIT */ -#include - / { chosen { zmk,kscan = &kscan0; diff --git a/app/boards/shields/helix/helix_left.overlay b/app/boards/shields/helix/helix_left.overlay index f8eb4519..9ff4355d 100644 --- a/app/boards/shields/helix/helix_left.overlay +++ b/app/boards/shields/helix/helix_left.overlay @@ -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> - ; + ; }; diff --git a/app/boards/shields/helix/helix_right.overlay b/app/boards/shields/helix/helix_right.overlay index f94b3aaf..30b0c47a 100644 --- a/app/boards/shields/helix/helix_right.overlay +++ b/app/boards/shields/helix/helix_right.overlay @@ -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> - ; + ; };