From 4fc17e0b3a32096923790f28226a15beffacc686 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Thu, 17 Dec 2020 00:19:03 -0500 Subject: 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. --- app/boards/shields/corne/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/boards/shields/corne') 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 -- cgit v1.2.3