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 */