summaryrefslogtreecommitdiff
path: root/app/boards
diff options
context:
space:
mode:
authorNick Winans <nick@winans.codes>2021-01-08 15:32:55 -0600
committerPete Johanson <peter@peterjohanson.com>2021-01-08 16:51:50 -0500
commit002a89765f27fc295cf14af1648348c3bc0032ae (patch)
tree81d6556dc0e302f5dee33fdc045782e963e8ddb3 /app/boards
parentaf563e9dbcad8ca4c06f956c342fae79e3706ff7 (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')
-rw-r--r--app/boards/shields/bfo9000/Kconfig.defconfig3
-rw-r--r--app/boards/shields/corne/Kconfig.defconfig3
-rw-r--r--app/boards/shields/cradio/Kconfig.defconfig3
-rw-r--r--app/boards/shields/helix/Kconfig.defconfig3
-rw-r--r--app/boards/shields/iris/Kconfig.defconfig3
-rw-r--r--app/boards/shields/jian/Kconfig.defconfig3
-rw-r--r--app/boards/shields/jorne/Kconfig.defconfig3
-rw-r--r--app/boards/shields/kyria/Kconfig.defconfig3
-rw-r--r--app/boards/shields/lily58/Kconfig.defconfig3
-rw-r--r--app/boards/shields/microdox/Kconfig.defconfig3
-rw-r--r--app/boards/shields/quefrency/Kconfig.defconfig3
-rw-r--r--app/boards/shields/sofle/Kconfig.defconfig3
-rw-r--r--app/boards/shields/splitreus62/Kconfig.defconfig3
13 files changed, 0 insertions, 39 deletions
diff --git a/app/boards/shields/bfo9000/Kconfig.defconfig b/app/boards/shields/bfo9000/Kconfig.defconfig
index 1251113..a858488 100644
--- a/app/boards/shields/bfo9000/Kconfig.defconfig
+++ b/app/boards/shields/bfo9000/Kconfig.defconfig
@@ -16,9 +16,6 @@ if SHIELD_BFO9000_RIGHT
config ZMK_KEYBOARD_NAME
default "BFO9000 Right"
-config USB
- default y
-
endif
if SHIELD_BFO9000_LEFT || SHIELD_BFO9000_RIGHT
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
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
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
diff --git a/app/boards/shields/iris/Kconfig.defconfig b/app/boards/shields/iris/Kconfig.defconfig
index a43c007..57b8c1e 100644
--- a/app/boards/shields/iris/Kconfig.defconfig
+++ b/app/boards/shields/iris/Kconfig.defconfig
@@ -16,9 +16,6 @@ if SHIELD_IRIS_RIGHT
config ZMK_KEYBOARD_NAME
default "Iris Right"
-config USB
- default y
-
endif
if SHIELD_IRIS_LEFT || SHIELD_IRIS_RIGHT
diff --git a/app/boards/shields/jian/Kconfig.defconfig b/app/boards/shields/jian/Kconfig.defconfig
index 07023a2..fc1f199 100644
--- a/app/boards/shields/jian/Kconfig.defconfig
+++ b/app/boards/shields/jian/Kconfig.defconfig
@@ -14,9 +14,6 @@ if SHIELD_JIAN_RIGHT
config ZMK_KEYBOARD_NAME
default "Jian Right"
-
-config USB
- default y
endif
diff --git a/app/boards/shields/jorne/Kconfig.defconfig b/app/boards/shields/jorne/Kconfig.defconfig
index 18dcabe..860cb12 100644
--- a/app/boards/shields/jorne/Kconfig.defconfig
+++ b/app/boards/shields/jorne/Kconfig.defconfig
@@ -14,9 +14,6 @@ if SHIELD_JORNE_RIGHT
config ZMK_KEYBOARD_NAME
default "Jorne Right"
-
-config USB
- default y
endif
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
diff --git a/app/boards/shields/lily58/Kconfig.defconfig b/app/boards/shields/lily58/Kconfig.defconfig
index ebcfa7b..915cc70 100644
--- a/app/boards/shields/lily58/Kconfig.defconfig
+++ b/app/boards/shields/lily58/Kconfig.defconfig
@@ -14,9 +14,6 @@ if SHIELD_LILY58_RIGHT
config ZMK_KEYBOARD_NAME
default "Lily58 Right"
-config USB
- default y
-
endif
if SHIELD_LILY58_LEFT || SHIELD_LILY58_RIGHT
diff --git a/app/boards/shields/microdox/Kconfig.defconfig b/app/boards/shields/microdox/Kconfig.defconfig
index 0afd749..be39c9f 100644
--- a/app/boards/shields/microdox/Kconfig.defconfig
+++ b/app/boards/shields/microdox/Kconfig.defconfig
@@ -17,9 +17,6 @@ if SHIELD_MICRODOX_RIGHT
config ZMK_KEYBOARD_NAME
default "Microdox Right"
-config USB
- default y
-
endif
if SHIELD_MICRODOX_LEFT || SHIELD_MICRODOX_RIGHT
diff --git a/app/boards/shields/quefrency/Kconfig.defconfig b/app/boards/shields/quefrency/Kconfig.defconfig
index 5a7d964..de44702 100644
--- a/app/boards/shields/quefrency/Kconfig.defconfig
+++ b/app/boards/shields/quefrency/Kconfig.defconfig
@@ -17,9 +17,6 @@ if SHIELD_QUEFRENCY_RIGHT
config ZMK_KEYBOARD_NAME
default "Quefrency Right"
-config USB
- default y
-
endif
if SHIELD_QUEFRENCY_LEFT || SHIELD_QUEFRENCY_RIGHT
diff --git a/app/boards/shields/sofle/Kconfig.defconfig b/app/boards/shields/sofle/Kconfig.defconfig
index 765afea..6a580bf 100644
--- a/app/boards/shields/sofle/Kconfig.defconfig
+++ b/app/boards/shields/sofle/Kconfig.defconfig
@@ -16,9 +16,6 @@ if SHIELD_SOFLE_RIGHT
config ZMK_KEYBOARD_NAME
default "Sofle Right"
-config USB
- default y
-
endif
if SHIELD_SOFLE_LEFT || SHIELD_SOFLE_RIGHT
diff --git a/app/boards/shields/splitreus62/Kconfig.defconfig b/app/boards/shields/splitreus62/Kconfig.defconfig
index 26c2e93..fdaa377 100644
--- a/app/boards/shields/splitreus62/Kconfig.defconfig
+++ b/app/boards/shields/splitreus62/Kconfig.defconfig
@@ -18,9 +18,6 @@ if SHIELD_SPLITREUS62_RIGHT
config ZMK_KEYBOARD_NAME
default "Splitreus62 Right"
-config USB
- default y
-
endif
if SHIELD_SPLITREUS62_LEFT || SHIELD_SPLITREUS62_RIGHT