From 002a89765f27fc295cf14af1648348c3bc0032ae Mon Sep 17 00:00:00 2001 From: Nick Winans Date: Fri, 8 Jan 2021 15:32:55 -0600 Subject: refactor(Kconfig): Set USB default based on hardware capabilities Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig. --- app/boards/shields/kyria/Kconfig.defconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/boards/shields/kyria') diff --git a/app/boards/shields/kyria/Kconfig.defconfig b/app/boards/shields/kyria/Kconfig.defconfig index d0c1710..99e47bf 100644 --- a/app/boards/shields/kyria/Kconfig.defconfig +++ b/app/boards/shields/kyria/Kconfig.defconfig @@ -15,9 +15,6 @@ if SHIELD_KYRIA_RIGHT config ZMK_KEYBOARD_NAME default "Kyria Right" -config USB - default y - endif if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_RIGHT -- cgit v1.2.3