Skip to content

Commit

Permalink
refactor(boards): Remove "left" from split keyboard names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicell committed Mar 27, 2021
1 parent 9d53240 commit 4d98061
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/boards/shields/bfo9000/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if SHIELD_BFO9000_LEFT

config ZMK_KEYBOARD_NAME
default "BFO9000 Left"
default "BFO-9000"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/cradio/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if SHIELD_CRADIO_LEFT

config ZMK_KEYBOARD_NAME
default "cradio left"
default "cradio"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/helix/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if SHIELD_HELIX_LEFT

config ZMK_KEYBOARD_NAME
default "Helix Left"
default "Helix"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/iris/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if SHIELD_IRIS_LEFT

config ZMK_KEYBOARD_NAME
default "Iris Left"
default "Iris"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/jian/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if SHIELD_JIAN_LEFT

config ZMK_KEYBOARD_NAME
default "Jian Left"
default "Jian"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/jorne/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if SHIELD_JORNE_LEFT

config ZMK_KEYBOARD_NAME
default "Jorne Left"
default "Jorne"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/kyria/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if SHIELD_KYRIA_LEFT

config ZMK_KEYBOARD_NAME
default "Kyria Left"
default "Kyria"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/lily58/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if SHIELD_LILY58_LEFT

config ZMK_KEYBOARD_NAME
default "Lily58 Left"
default "Lily58"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/microdox/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if SHIELD_MICRODOX_LEFT

config ZMK_KEYBOARD_NAME
default "Microdox Left"
default "Microdox"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/quefrency/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if SHIELD_QUEFRENCY_LEFT

config ZMK_KEYBOARD_NAME
default "Quefrency Left"
default "Quefrency"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/sofle/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if SHIELD_SOFLE_LEFT

config ZMK_KEYBOARD_NAME
default "Sofle Left"
default "Sofle"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down
2 changes: 1 addition & 1 deletion app/boards/shields/splitreus62/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if SHIELD_SPLITREUS62_LEFT

config ZMK_KEYBOARD_NAME
default "Splitreus62 Left"
default "Splitreus62"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
Expand Down

0 comments on commit 4d98061

Please sign in to comment.