focus on refactor
This commit is contained in:
parent
c5172e4337
commit
3f4d47a06e
2 changed files with 6 additions and 20 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
name: Build Test
|
name: Build Test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
board: [nice_nano, bluemicro840_v1, nrfmicro_13]
|
board: [proton_c, nice_nano, bluemicro840_v1, nrfmicro_13]
|
||||||
shield:
|
shield:
|
||||||
- boardsource3x4
|
- boardsource3x4
|
||||||
- corne_left
|
- corne_left
|
||||||
|
@ -29,12 +29,6 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- board: proton_c
|
- board: proton_c
|
||||||
shield: clueboard_california
|
shield: clueboard_california
|
||||||
- board: proton_c
|
|
||||||
shield: romac
|
|
||||||
- board: proton_c
|
|
||||||
shield: romac_plus
|
|
||||||
- board: proton_c
|
|
||||||
shield: settings_reset
|
|
||||||
steps:
|
steps:
|
||||||
# To use this repository's private action,
|
# To use this repository's private action,
|
||||||
# you must check out the repository
|
# you must check out the repository
|
||||||
|
|
18
app/Kconfig
18
app/Kconfig
|
@ -30,12 +30,12 @@ config ZMK_USB
|
||||||
select USB_DEVICE_STACK
|
select USB_DEVICE_STACK
|
||||||
select USB_DEVICE_HID
|
select USB_DEVICE_HID
|
||||||
|
|
||||||
if USB
|
if ZMK_USB
|
||||||
|
|
||||||
config USB_NUMOF_EP_WRITE_RETRIES
|
config USB_NUMOF_EP_WRITE_RETRIES
|
||||||
default 10
|
default 10
|
||||||
|
|
||||||
#USB
|
#ZMK_USB
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config ZMK_BLE
|
config ZMK_BLE
|
||||||
|
@ -86,17 +86,9 @@ if ZMK_SPLIT
|
||||||
|
|
||||||
config ZMK_SPLIT_BLE
|
config ZMK_SPLIT_BLE
|
||||||
bool "Split keyboard support via BLE transport"
|
bool "Split keyboard support via BLE transport"
|
||||||
|
depends on ZMK_BLE
|
||||||
default y
|
default y
|
||||||
select BT_USER_PHY_UPDATE
|
select BT_USER_PHY_UPDATE
|
||||||
select BT
|
|
||||||
select BT_SMP
|
|
||||||
select BT_SMP_SC_PAIR_ONLY
|
|
||||||
select BT_SMP_APP_PAIRING_ACCEPT
|
|
||||||
select BT_PERIPHERAL
|
|
||||||
select BT_GATT_DIS
|
|
||||||
select BT_GATT_BAS
|
|
||||||
select BT_SETTINGS
|
|
||||||
select SETTINGS
|
|
||||||
|
|
||||||
if ZMK_SPLIT_BLE
|
if ZMK_SPLIT_BLE
|
||||||
|
|
||||||
|
@ -138,7 +130,7 @@ endif
|
||||||
#ZMK_SPLIT
|
#ZMK_SPLIT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ZMK_BLE || ZMK_SPLIT_BLE
|
if ZMK_BLE
|
||||||
|
|
||||||
if ZMK_SPLIT_BLE && ZMK_SPLIT_BLE_ROLE_CENTRAL
|
if ZMK_SPLIT_BLE && ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||||
|
|
||||||
|
@ -162,7 +154,7 @@ config BT_MAX_PAIRED
|
||||||
#!ZMK_SPLIT_BLE
|
#!ZMK_SPLIT_BLE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#ZMK_BLE || ZMK_SPLIT_BLE
|
#ZMK_BLE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#Split Support
|
#Split Support
|
||||||
|
|
Loading…
Add table
Reference in a new issue