Skip to content

Commit fa12b85

Browse files
committed
Merge branch 'main' into 5-col
2 parents c09171b + 8bea947 commit fa12b85

File tree

5 files changed

+42
-1
lines changed

5 files changed

+42
-1
lines changed

boards/arm/corne_choc_pro/corne_choc_pro_left_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
4747

4848
# Enable ZMK Studio (alpha)
4949
CONFIG_ZMK_STUDIO=y
50+
51+
# Improved connection stability
52+
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

boards/arm/corne_choc_pro/corne_choc_pro_right_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=96
4444

4545
# Windows Battery Reporting Fix
4646
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
47+
48+
# Improved connection stability
49+
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

boards/arm/piantor_pro_bt/piantor_pro_bt_left_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
4343

4444
# Enable ZMK Studio (alpha)
4545
CONFIG_ZMK_STUDIO=y
46+
47+
# Improved connection stability
48+
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

boards/arm/piantor_pro_bt/piantor_pro_bt_right_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=96
4040

4141
# Windows Battery Reporting Fix
4242
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
43+
44+
# Improved connection stability
45+
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

config/corne_choc_pro.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,34 @@
5252
]
5353
}
5454
},
55-
"sensors": []
55+
"sensors": [
56+
{
57+
"ref": "left_encoder_ex1",
58+
"name": "encoder_left_ex1",
59+
"identifier": "encoder_left_ex1",
60+
"compatible": "alps,ec11",
61+
"label": "LEFT_ENCODER_EX1"
62+
},
63+
{
64+
"ref": "left_encoder_ex2",
65+
"name": "encoder_left_ex2",
66+
"identifier": "encoder_left_ex2",
67+
"compatible": "alps,ec11",
68+
"label": "LEFT_ENCODER_EX2"
69+
},
70+
{
71+
"ref": "right_encoder_ex1",
72+
"name": "encoder_right_ex1",
73+
"identifier": "encoder_right_ex1",
74+
"compatible": "alps,ec11",
75+
"label": "RIGHT_ENCODER_EX1"
76+
},
77+
{
78+
"ref": "right_encoder_ex2",
79+
"name": "encoder_right_ex2",
80+
"identifier": "encoder_right_ex2",
81+
"compatible": "alps,ec11",
82+
"label": "RIGHT_ENCODER_EX2"
83+
}
84+
]
5685
}

0 commit comments

Comments
 (0)