diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-15 23:26:35 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:43:40 -0400 |
commit | 0321c490b5d0d087e76c06185a2940420cf7ab4c (patch) | |
tree | 77446e7f5d03ee48ee97629a3bb7220294a58b19 | |
parent | d4afd989f35c46e43468dab1a19bfab9dcf34996 (diff) |
Disable USB on the peripheral size.
-rw-r--r-- | app/boards/shields/kyria/kyria_right.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/boards/shields/kyria/kyria_right.conf b/app/boards/shields/kyria/kyria_right.conf index a835adc..99d6c4e 100644 --- a/app/boards/shields/kyria/kyria_right.conf +++ b/app/boards/shields/kyria/kyria_right.conf @@ -1,2 +1,3 @@ CONFIG_ZMK_SPLIT=y -CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y
\ No newline at end of file +CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y +CONFIG_ZMK_USB=n
\ No newline at end of file |