Skip to content

Commit f768d15

Browse files
committed
test with max conn
1 parent c9a92af commit f768d15

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

config/boards/shields/wellum36/Kconfig.defconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ config ZMK_SPLIT_BLE_ROLE_CENTRAL
99
config ZMK_USB
1010
default y
1111

12+
config ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS
13+
default 2
14+
15+
config BT_MAX_CONN
16+
default 6
17+
18+
config BT_MAX_PAIRED
19+
default 6
20+
1221
endif
1322

1423
if SHIELD_WELLUM36_LEFT || SHIELD_WELLUM36_RIGHT || SHIELD_WELLUM36_DONGLE

config/boards/shields/wellum36/wellum36_dongle.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2
21
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
32

43
CONFIG_ZMK_SLEEP=n
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
11
#include "wellum36.dtsi"
2+
3+
&kscan0 {
4+
input-gpios
5+
= <&pro_micro 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // Q
6+
, <&pro_micro 16 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // W
7+
, <&pro_micro 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // E
8+
, <&pro_micro 18 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // R
9+
, <&pro_micro 21 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // T
10+
11+
, <&pro_micro 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // A
12+
, <&pro_micro 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // S
13+
, <&pro_micro 15 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // D
14+
, <&pro_micro 19 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // F
15+
, <&pro_micro 20 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // G
16+
17+
, <&pro_micro 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // Z
18+
, <&pro_micro 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // X
19+
, <&pro_micro 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // C
20+
, <&pro_micro 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // V
21+
, <&pro_micro 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // B
22+
23+
, <&pro_micro 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // CAPS
24+
, <&pro_micro 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // SPACE
25+
, <&pro_micro 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // LA_NAV
26+
;
27+
};

0 commit comments

Comments
 (0)