refactor(shield): "Architeuthis Dux" to "A. Dux"
The shorter name is more user-friendly.
This commit is contained in:
parent
0c15c2291e
commit
80b01c7265
10 changed files with 20 additions and 20 deletions
26
app/boards/shields/a_dux/Kconfig.defconfig
Normal file
26
app/boards/shields/a_dux/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright (c) 2021 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if SHIELD_A_DUX_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "A. Dux"
|
||||
|
||||
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_A_DUX_RIGHT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "A. Dux Right"
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_A_DUX_LEFT || SHIELD_A_DUX_RIGHT
|
||||
|
||||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue