Browse Source

refactor(shields): Move to generic central role config.

* Use new `ZMK_SPLIT_ROLE_CENTRAL` config instead of BLE
  specific Kconfig setting.
xmkb
Peter Johanson 2 years ago committed by Pete Johanson
parent
commit
2b9a0ce2a5
  1. 2
      app/boards/shields/a_dux/Kconfig.defconfig
  2. 2
      app/boards/shields/bfo9000/Kconfig.defconfig
  3. 2
      app/boards/shields/clog/Kconfig.defconfig
  4. 4
      app/boards/shields/corne/Kconfig.defconfig
  5. 2
      app/boards/shields/cradio/Kconfig.defconfig
  6. 2
      app/boards/shields/elephant42/Kconfig.defconfig
  7. 2
      app/boards/shields/ergodash/Kconfig.defconfig
  8. 2
      app/boards/shields/fourier/Kconfig.defconfig
  9. 2
      app/boards/shields/helix/Kconfig.defconfig
  10. 2
      app/boards/shields/iris/Kconfig.defconfig
  11. 2
      app/boards/shields/jian/Kconfig.defconfig
  12. 2
      app/boards/shields/jiran/Kconfig.defconfig
  13. 2
      app/boards/shields/jorne/Kconfig.defconfig
  14. 2
      app/boards/shields/kyria/Kconfig.defconfig
  15. 2
      app/boards/shields/leeloo/Kconfig.defconfig
  16. 2
      app/boards/shields/lily58/Kconfig.defconfig
  17. 2
      app/boards/shields/lotus58/Kconfig.defconfig
  18. 2
      app/boards/shields/microdox/Kconfig.defconfig
  19. 2
      app/boards/shields/quefrency/Kconfig.defconfig
  20. 2
      app/boards/shields/redox/Kconfig.defconfig
  21. 2
      app/boards/shields/sofle/Kconfig.defconfig
  22. 2
      app/boards/shields/splitreus62/Kconfig.defconfig
  23. 2
      app/boards/shields/zodiark/Kconfig.defconfig

2
app/boards/shields/a_dux/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_A_DUX_LEFT @@ -6,7 +6,7 @@ if SHIELD_A_DUX_LEFT
config ZMK_KEYBOARD_NAME
default "A. Dux"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/bfo9000/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_BFO9000_LEFT @@ -6,7 +6,7 @@ if SHIELD_BFO9000_LEFT
config ZMK_KEYBOARD_NAME
default "BFO-9000"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/clog/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_CLOG_LEFT @@ -6,7 +6,7 @@ if SHIELD_CLOG_LEFT
config ZMK_KEYBOARD_NAME
default "Clog"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

4
app/boards/shields/corne/Kconfig.defconfig

@ -3,7 +3,7 @@ if SHIELD_CORNE_LEFT @@ -3,7 +3,7 @@ if SHIELD_CORNE_LEFT
config ZMK_KEYBOARD_NAME
default "Corne"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif
@ -12,7 +12,7 @@ if SHIELD_CORNE_LEFT || SHIELD_CORNE_RIGHT @@ -12,7 +12,7 @@ if SHIELD_CORNE_LEFT || SHIELD_CORNE_RIGHT
config ZMK_SPLIT
default y
if ZMK_DISPLAY
config I2C

2
app/boards/shields/cradio/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_CRADIO_LEFT @@ -6,7 +6,7 @@ if SHIELD_CRADIO_LEFT
config ZMK_KEYBOARD_NAME
default "Cradio"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/elephant42/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_ELEPHANT42_LEFT @@ -6,7 +6,7 @@ if SHIELD_ELEPHANT42_LEFT
config ZMK_KEYBOARD_NAME
default "Elephant42"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/ergodash/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_ERGODASH_LEFT @@ -6,7 +6,7 @@ if SHIELD_ERGODASH_LEFT
config ZMK_KEYBOARD_NAME
default "Ergodash"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/fourier/Kconfig.defconfig

@ -7,7 +7,7 @@ if SHIELD_FOURIER_LEFT @@ -7,7 +7,7 @@ if SHIELD_FOURIER_LEFT
config ZMK_KEYBOARD_NAME
default "Fourier"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/helix/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_HELIX_LEFT @@ -6,7 +6,7 @@ if SHIELD_HELIX_LEFT
config ZMK_KEYBOARD_NAME
default "Helix"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/iris/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_IRIS_LEFT @@ -6,7 +6,7 @@ if SHIELD_IRIS_LEFT
config ZMK_KEYBOARD_NAME
default "Iris"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/jian/Kconfig.defconfig

@ -4,7 +4,7 @@ if SHIELD_JIAN_LEFT @@ -4,7 +4,7 @@ if SHIELD_JIAN_LEFT
config ZMK_KEYBOARD_NAME
default "Jian"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/jiran/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_JIRAN_LEFT @@ -6,7 +6,7 @@ if SHIELD_JIRAN_LEFT
config ZMK_KEYBOARD_NAME
default "Jiran"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/jorne/Kconfig.defconfig

@ -4,7 +4,7 @@ if SHIELD_JORNE_LEFT @@ -4,7 +4,7 @@ if SHIELD_JORNE_LEFT
config ZMK_KEYBOARD_NAME
default "Jorne"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/kyria/Kconfig.defconfig

@ -4,7 +4,7 @@ if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_REV2_LEFT @@ -4,7 +4,7 @@ if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_REV2_LEFT
config ZMK_KEYBOARD_NAME
default "Kyria"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/leeloo/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_LEELOO_LEFT @@ -6,7 +6,7 @@ if SHIELD_LEELOO_LEFT
config ZMK_KEYBOARD_NAME
default "Leeloo"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/lily58/Kconfig.defconfig

@ -4,7 +4,7 @@ if SHIELD_LILY58_LEFT @@ -4,7 +4,7 @@ if SHIELD_LILY58_LEFT
config ZMK_KEYBOARD_NAME
default "Lily58"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/lotus58/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_LOTUS58_LEFT @@ -6,7 +6,7 @@ if SHIELD_LOTUS58_LEFT
config ZMK_KEYBOARD_NAME
default "Lotus58"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/microdox/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_MICRODOX_LEFT @@ -6,7 +6,7 @@ if SHIELD_MICRODOX_LEFT
config ZMK_KEYBOARD_NAME
default "Microdox"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/quefrency/Kconfig.defconfig

@ -7,7 +7,7 @@ if SHIELD_QUEFRENCY_LEFT @@ -7,7 +7,7 @@ if SHIELD_QUEFRENCY_LEFT
config ZMK_KEYBOARD_NAME
default "Quefrency"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/redox/Kconfig.defconfig

@ -5,7 +5,7 @@ if SHIELD_REDOX_LEFT @@ -5,7 +5,7 @@ if SHIELD_REDOX_LEFT
config ZMK_KEYBOARD_NAME
default "Redox"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/sofle/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_SOFLE_LEFT @@ -6,7 +6,7 @@ if SHIELD_SOFLE_LEFT
config ZMK_KEYBOARD_NAME
default "Sofle"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/splitreus62/Kconfig.defconfig

@ -8,7 +8,7 @@ if SHIELD_SPLITREUS62_LEFT @@ -8,7 +8,7 @@ if SHIELD_SPLITREUS62_LEFT
config ZMK_KEYBOARD_NAME
default "Splitreus62"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

2
app/boards/shields/zodiark/Kconfig.defconfig

@ -6,7 +6,7 @@ if SHIELD_ZODIARK_LEFT @@ -6,7 +6,7 @@ if SHIELD_ZODIARK_LEFT
config ZMK_KEYBOARD_NAME
default "Zodiark"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

Loading…
Cancel
Save