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/helix/Kconfig.defconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/boards/shields/helix/Kconfig.defconfig') diff --git a/app/boards/shields/helix/Kconfig.defconfig b/app/boards/shields/helix/Kconfig.defconfig index f58684a..f0a4f88 100644 --- a/app/boards/shields/helix/Kconfig.defconfig +++ b/app/boards/shields/helix/Kconfig.defconfig @@ -16,9 +16,6 @@ if SHIELD_HELIX_RIGHT config ZMK_KEYBOARD_NAME default "Helix Right" -config USB - default y - endif if SHIELD_HELIX_LEFT || SHIELD_HELIX_RIGHT -- cgit v1.2.3