diff options
author | Nick Winans <nick@winans.codes> | 2021-01-08 15:32:55 -0600 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-08 16:51:50 -0500 |
commit | 002a89765f27fc295cf14af1648348c3bc0032ae (patch) | |
tree | 81d6556dc0e302f5dee33fdc045782e963e8ddb3 /app/boards/shields/cradio | |
parent | af563e9dbcad8ca4c06f956c342fae79e3706ff7 (diff) |
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.
Diffstat (limited to 'app/boards/shields/cradio')
-rw-r--r-- | app/boards/shields/cradio/Kconfig.defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/boards/shields/cradio/Kconfig.defconfig b/app/boards/shields/cradio/Kconfig.defconfig index 25bb433..5e826bf 100644 --- a/app/boards/shields/cradio/Kconfig.defconfig +++ b/app/boards/shields/cradio/Kconfig.defconfig @@ -16,9 +16,6 @@ if SHIELD_CRADIO_RIGHT config ZMK_KEYBOARD_NAME default "cradio right" -config USB - default y - endif if SHIELD_CRADIO_LEFT || SHIELD_CRADIO_RIGHT |