diff options
author | Derek <dschmell91@gmail.com> | 2020-08-21 17:29:18 -0400 |
---|---|---|
committer | Derek <dschmell91@gmail.com> | 2020-08-21 17:29:18 -0400 |
commit | 39fd98236763bd325059ec0d775bad08babcd332 (patch) | |
tree | fd4cc32c4e9ae54a5e16bcd56163cda9c9e945f6 | |
parent | 3b71c4311bae62c2e14b028324f831837742d1f5 (diff) |
Swap central back to left hand
-rw-r--r-- | app/boards/shields/splitreus62/splitreus62_left.conf | 2 | ||||
-rw-r--r-- | app/boards/shields/splitreus62/splitreus62_right.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/boards/shields/splitreus62/splitreus62_left.conf b/app/boards/shields/splitreus62/splitreus62_left.conf index a835adc..e51dee4 100644 --- a/app/boards/shields/splitreus62/splitreus62_left.conf +++ b/app/boards/shields/splitreus62/splitreus62_left.conf @@ -1,2 +1,2 @@ CONFIG_ZMK_SPLIT=y -CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y
\ No newline at end of file +CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y
\ No newline at end of file diff --git a/app/boards/shields/splitreus62/splitreus62_right.conf b/app/boards/shields/splitreus62/splitreus62_right.conf index e51dee4..a835adc 100644 --- a/app/boards/shields/splitreus62/splitreus62_right.conf +++ b/app/boards/shields/splitreus62/splitreus62_right.conf @@ -1,2 +1,2 @@ CONFIG_ZMK_SPLIT=y -CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y
\ No newline at end of file +CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y
\ No newline at end of file |