Skip to content

Commit 9106685

Browse files
committed
swap cols and rename
1 parent 8e4e90d commit 9106685

85 files changed

Lines changed: 26 additions & 27 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# SPDX-License-Identifier: MIT
44
#
55

6-
config BOARD_BLELUE_LEFT
6+
config BOARD_ble-corne_LEFT
77
bool
88

9-
config BOARD_BLELUE_RIGHT
9+
config BOARD_ble-corne_RIGHT
1010
bool
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# SPDX-License-Identifier: MIT
44
#
55

6-
config BOARD_BLELUE_LEFT
7-
bool "blelu left"
6+
config BOARD_ble-corne_LEFT
7+
bool "ble-corne left"
88
depends on SOC_NRF52840_QIAA
99

10-
config BOARD_BLELUE_RIGHT
11-
bool "blelu right"
10+
config BOARD_ble-corne_RIGHT
11+
bool "ble-corne right"
1212
depends on SOC_NRF52840_QIAA
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
# SPDX-License-Identifier: MIT
44
#
55

6-
if BOARD_BLELUE_LEFT
6+
if BOARD_ble-corne_LEFT
77

88
config ZMK_KEYBOARD_NAME
9-
default "BLELUE"
9+
default "ble-corne"
1010

1111
config ZMK_SPLIT_ROLE_CENTRAL
1212
default y
1313

14-
endif # BOARD_BLELUE_LEFT
14+
endif # BOARD_ble-corne_LEFT
1515

1616

17-
if BOARD_BLELUE_LEFT || BOARD_BLELUE_RIGHT
17+
if BOARD_ble-corne_LEFT || BOARD_ble-corne_RIGHT
1818

1919
config BOARD
20-
default "blelu"
20+
default "ble-corne"
2121

2222
config ZMK_SPLIT
2323
default y
@@ -78,4 +78,4 @@ menuconfig CUSTOM_WIDGET_LAYER_STATUS
7878
menuconfig CUSTOM_WIDGET_PERIPHERAL_STATUS
7979
bool "custom peripheral status widget"
8080

81-
endif # BOARD_BLELUE_LEFT || BOARD_BLELUE_RIGHT
81+
endif # BOARD_ble-corne_LEFT || BOARD_ble-corne_RIGHT
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818

1919
/ {
20-
model = "BLELUE";
21-
compatible = "blelu";
20+
model = "ble-corne";
21+
compatible = "ble-corne";
2222

2323
chosen {
2424
zephyr,code-partition = &code_partition;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
identifier: blelu
2-
name: BLELUE
1+
identifier: ble-corne
2+
name: ble-corne
33
url:
44
type: mcu
55
arch: arm
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
file_format: "1"
2-
id: blelu
3-
name: BLELUE
2+
id: ble-corne
3+
name: ble-corne
44
url:
55
type: board
66
arch: arm
@@ -12,5 +12,5 @@ outputs:
1212
- usb
1313
- ble
1414
siblings:
15-
- blelu_left
16-
- blelu_right
15+
- ble-corne_left
16+
- ble-corne_right
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MIT
44
*/
55

6-
#include "blelu.dtsi"
6+
#include "ble-corne.dtsi"
77

88
/{
99
chosen {

0 commit comments

Comments
 (0)