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/corne/Kconfig.defconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/boards/shields/corne') diff --git a/app/boards/shields/corne/Kconfig.defconfig b/app/boards/shields/corne/Kconfig.defconfig index 6cf60b1..ef4817b 100644 --- a/app/boards/shields/corne/Kconfig.defconfig +++ b/app/boards/shields/corne/Kconfig.defconfig @@ -12,9 +12,6 @@ if SHIELD_CORNE_RIGHT config ZMK_KEYBOARD_NAME default "Corne Right" - -config USB - default y endif -- cgit v1.2.3