summaryrefslogtreecommitdiff
path: root/app/boards/shields/corne/Kconfig.defconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-12-17 00:19:03 -0500
committerPete Johanson <peter@peterjohanson.com>2020-12-28 10:16:24 -0500
commit4fc17e0b3a32096923790f28226a15beffacc686 (patch)
tree7003a6c0155fde69ea122d66852b3eba04f098a1 /app/boards/shields/corne/Kconfig.defconfig
parent4db5b169bff1f3de5353324baef5724be4f9a6a5 (diff)
fix(shields): Enable USB by default on right side.
* Ensures USB power detection for sleep/charging is properly detected on the right side by deafult.
Diffstat (limited to 'app/boards/shields/corne/Kconfig.defconfig')
-rw-r--r--app/boards/shields/corne/Kconfig.defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/boards/shields/corne/Kconfig.defconfig b/app/boards/shields/corne/Kconfig.defconfig
index 9e33e08..6cf60b1 100644
--- a/app/boards/shields/corne/Kconfig.defconfig
+++ b/app/boards/shields/corne/Kconfig.defconfig
@@ -13,6 +13,9 @@ if SHIELD_CORNE_RIGHT
config ZMK_KEYBOARD_NAME
default "Corne Right"
+config USB
+ default y
+
endif
if SHIELD_CORNE_LEFT || SHIELD_CORNE_RIGHT