From 0321c490b5d0d087e76c06185a2940420cf7ab4c Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Wed, 15 Jul 2020 23:26:35 -0400 Subject: [PATCH] Disable USB on the peripheral size. --- app/boards/shields/kyria/kyria_right.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/boards/shields/kyria/kyria_right.conf b/app/boards/shields/kyria/kyria_right.conf index a835adc1..99d6c4e2 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