From 22887fb989aad6e34be790477afb6fe5dd41186b Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:23:32 +0800 Subject: [PATCH 01/11] Update corne.conf oled doesn't work, try to enable it. --- config/corne.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/corne.conf b/config/corne.conf index 974243c..4b13a11 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -4,3 +4,6 @@ # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y + +OLED_ENABLE = yes # Enables the use of OLED displays +OLED_DRIVER = SSD1306 # Selects the right driver From 487e3f23559d64d6045a31065b6492724798e745 Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:29:46 +0800 Subject: [PATCH 02/11] Update corne.conf oled doesn't work, try to enable the oleds. --- config/corne.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 4b13a11..efc1b65 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -5,5 +5,5 @@ # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y -OLED_ENABLE = yes # Enables the use of OLED displays -OLED_DRIVER = SSD1306 # Selects the right driver +OLED_ENABLE=y # Enables the use of OLED displays +OLED_DRIVER=SSD1306 # Selects the right driver From d851c42e9910d7a8cfe5be82bfe7c2ebcc6b80d2 Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:08:32 +0800 Subject: [PATCH 03/11] Update corne.conf set the display to enable --- config/corne.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index efc1b65..0dcaf05 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -3,7 +3,4 @@ # CONFIG_WS2812_STRIP=y # Uncomment the following line to enable the Corne OLED Display -# CONFIG_ZMK_DISPLAY=y - -OLED_ENABLE=y # Enables the use of OLED displays -OLED_DRIVER=SSD1306 # Selects the right driver +CONFIG_ZMK_DISPLAY=y From 4a719989f9349b40491c1d97281f9f9740be7051 Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Mon, 13 May 2024 17:56:09 +0800 Subject: [PATCH 04/11] Update corne.conf add sk6812 --- config/corne.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 0dcaf05..c2fbeef 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,6 +1,9 @@ # Uncomment the following lines to enable the Corne RGB Underglow -# CONFIG_ZMK_RGB_UNDERGLOW=y -# CONFIG_WS2812_STRIP=y +CONFIG_ZMK_RGB_UNDERGLOW=y +CONFIG_SK6812_STRIP=y # Uncomment the following line to enable the Corne OLED Display CONFIG_ZMK_DISPLAY=y +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y +CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y +CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y From e537828123741126858e6253fdd9018eeee0836e Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Mon, 13 May 2024 18:13:04 +0800 Subject: [PATCH 05/11] Update corne.conf --- config/corne.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index c2fbeef..7dbacb4 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,6 +1,6 @@ # Uncomment the following lines to enable the Corne RGB Underglow CONFIG_ZMK_RGB_UNDERGLOW=y -CONFIG_SK6812_STRIP=y +#CONFIG_SK6812_STRIP=y # Uncomment the following line to enable the Corne OLED Display CONFIG_ZMK_DISPLAY=y From dad6b55112466cb6dba4ba5960a2abd131391243 Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Mon, 13 May 2024 18:30:46 +0800 Subject: [PATCH 06/11] Update corne.conf --- config/corne.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/corne.conf b/config/corne.conf index 7dbacb4..c074490 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,6 +1,7 @@ # Uncomment the following lines to enable the Corne RGB Underglow CONFIG_ZMK_RGB_UNDERGLOW=y #CONFIG_SK6812_STRIP=y +CONFIG_ZMK_USB=n # Uncomment the following line to enable the Corne OLED Display CONFIG_ZMK_DISPLAY=y From 4ee4df57baa023e4da22e1465f57a34a643f7181 Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Mon, 13 May 2024 18:36:37 +0800 Subject: [PATCH 07/11] Update corne.conf --- config/corne.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/corne.conf b/config/corne.conf index c074490..8b7e735 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -2,6 +2,7 @@ CONFIG_ZMK_RGB_UNDERGLOW=y #CONFIG_SK6812_STRIP=y CONFIG_ZMK_USB=n +CONFIG_ZMK_SPLIT_BLE=y # Uncomment the following line to enable the Corne OLED Display CONFIG_ZMK_DISPLAY=y From 9acbb36981b50b8a7246c00fe0ddeffcc83e3f80 Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Mon, 13 May 2024 22:43:48 +0800 Subject: [PATCH 08/11] Update corne.conf --- config/corne.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index 8b7e735..07fde94 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,7 +1,7 @@ # Uncomment the following lines to enable the Corne RGB Underglow CONFIG_ZMK_RGB_UNDERGLOW=y #CONFIG_SK6812_STRIP=y -CONFIG_ZMK_USB=n +CONFIG_ZMK_USB=y CONFIG_ZMK_SPLIT_BLE=y # Uncomment the following line to enable the Corne OLED Display From 4c1a39aeaf96ab17f1f0885c7931356a008b2955 Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Mon, 13 May 2024 22:47:56 +0800 Subject: [PATCH 09/11] Update corne.conf --- config/corne.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/corne.conf b/config/corne.conf index 07fde94..2874b6b 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -2,6 +2,7 @@ CONFIG_ZMK_RGB_UNDERGLOW=y #CONFIG_SK6812_STRIP=y CONFIG_ZMK_USB=y +CONFIG_ZMK_SPLIT=y CONFIG_ZMK_SPLIT_BLE=y # Uncomment the following line to enable the Corne OLED Display From 1a08501011b53e94309a2e72144aaa6e3a29ad8d Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Mon, 13 May 2024 23:33:50 +0800 Subject: [PATCH 10/11] Update corne.conf --- config/corne.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index 2874b6b..95c06db 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,7 +1,7 @@ # Uncomment the following lines to enable the Corne RGB Underglow CONFIG_ZMK_RGB_UNDERGLOW=y #CONFIG_SK6812_STRIP=y -CONFIG_ZMK_USB=y +CONFIG_ZMK_USB=n CONFIG_ZMK_SPLIT=y CONFIG_ZMK_SPLIT_BLE=y From b27170d25b3836fe93bec7c9b3b113ee26325bf9 Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Mon, 13 May 2024 23:41:56 +0800 Subject: [PATCH 11/11] Update corne.conf --- config/corne.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index 95c06db..7f75a08 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -9,4 +9,4 @@ CONFIG_ZMK_SPLIT_BLE=y CONFIG_ZMK_DISPLAY=y CONFIG_BT_CTLR_TX_PWR_PLUS_8=y CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y -CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y +#CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y