From 524aa6e2e1209155dad4804bdaaa8ecbb8a99ad6 Mon Sep 17 00:00:00 2001 From: Joshua Whitley Date: Thu, 19 Oct 2023 21:18:27 -0700 Subject: [PATCH] Addressing feedback. --- app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig | 4 ++-- app/boards/shields/sofle_rgb_keyhive/Kconfig.shield | 2 +- .../shields/sofle_rgb_keyhive/boards/nice_nano_v2.overlay | 2 +- .../shields/sofle_rgb_keyhive/sofle_rgb_keyhive.conf | 8 ++++---- .../shields/sofle_rgb_keyhive/sofle_rgb_keyhive.dtsi | 2 +- .../shields/sofle_rgb_keyhive/sofle_rgb_keyhive.keymap | 2 +- .../sofle_rgb_keyhive/sofle_rgb_keyhive_left.overlay | 2 +- .../sofle_rgb_keyhive/sofle_rgb_keyhive_right.overlay | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig b/app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig index 5d39b18a..af0a4b10 100644 --- a/app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig +++ b/app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig @@ -1,4 +1,4 @@ -# Copyright (c) 2022 The ZMK Contributors +# Copyright (c) 2023 The ZMK Contributors # SPDX-License-Identifier: MIT if SHIELD_SOFLE_RGB_KEYHIVE_LEFT @@ -6,7 +6,7 @@ if SHIELD_SOFLE_RGB_KEYHIVE_LEFT config ZMK_KEYBOARD_NAME default "Sofle Keyhive" -config ZMK_SPLIT_BLE_ROLE_CENTRAL +config ZMK_SPLIT_ROLE_CENTRAL default y endif diff --git a/app/boards/shields/sofle_rgb_keyhive/Kconfig.shield b/app/boards/shields/sofle_rgb_keyhive/Kconfig.shield index 3b043e07..e626d6c4 100644 --- a/app/boards/shields/sofle_rgb_keyhive/Kconfig.shield +++ b/app/boards/shields/sofle_rgb_keyhive/Kconfig.shield @@ -1,4 +1,4 @@ -# Copyright (c) 2022 The ZMK Contributors +# Copyright (c) 2023 The ZMK Contributors # SPDX-License-Identifier: MIT config SHIELD_SOFLE_RGB_KEYHIVE_LEFT diff --git a/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano_v2.overlay b/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano_v2.overlay index 9965e047..b361ba90 100644 --- a/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano_v2.overlay +++ b/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano_v2.overlay @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 The ZMK Contributors + * Copyright (c) 2023 The ZMK Contributors * * SPDX-License-Identifier: MIT */ diff --git a/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.conf b/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.conf index 8eab95e8..4ca281a5 100644 --- a/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.conf +++ b/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.conf @@ -1,12 +1,12 @@ -# Copyright (c) 2022 The ZMK Contributors +# Copyright (c) 2023 The ZMK Contributors # SPDX-License-Identifier: MIT # Uncomment the following line to enable the Sofle OLED Display # CONFIG_ZMK_DISPLAY=y -# Uncomment the following two lines to disable the underglow LEDs -# CONFIG_ZMK_RGB_UNDERGLOW=n -# CONFIG_WS2812_STRIP=n +# Uncomment the following two lines to enable the underglow LEDs +# CONFIG_ZMK_RGB_UNDERGLOW=y +# CONFIG_WS2812_STRIP=y CONFIG_EC11=y CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y diff --git a/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.dtsi b/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.dtsi index a172e2d5..c05dfd18 100644 --- a/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.dtsi +++ b/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.dtsi @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022 The ZMK Contributors + * Copyright (c) 2020-2023 The ZMK Contributors * * SPDX-License-Identifier: MIT */ diff --git a/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.keymap b/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.keymap index 19f63222..d8899e69 100644 --- a/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.keymap +++ b/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive.keymap @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022 The ZMK Contributors + * Copyright (c) 2020-2023 The ZMK Contributors * * SPDX-License-Identifier: MIT */ diff --git a/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive_left.overlay b/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive_left.overlay index a715ccc2..7d570be0 100644 --- a/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive_left.overlay +++ b/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive_left.overlay @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 The ZMK Contributors + * Copyright (c) 2023 The ZMK Contributors * * SPDX-License-Identifier: MIT */ diff --git a/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive_right.overlay b/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive_right.overlay index cbd1fa52..67122081 100644 --- a/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive_right.overlay +++ b/app/boards/shields/sofle_rgb_keyhive/sofle_rgb_keyhive_right.overlay @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 The ZMK Contributors + * Copyright (c) 2023 The ZMK Contributors * * SPDX-License-Identifier: MIT */