mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-21 21:45:18 -05:00
Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig.
26 lines
278 B
Plaintext
26 lines
278 B
Plaintext
|
|
if SHIELD_JIAN_LEFT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Jian Left"
|
|
|
|
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
|
default y
|
|
|
|
endif
|
|
|
|
|
|
if SHIELD_JIAN_RIGHT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Jian Right"
|
|
|
|
endif
|
|
|
|
if SHIELD_JIAN_LEFT || SHIELD_JIAN_RIGHT
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
endif
|