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/jorne/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/boards/shields/jorne') diff --git a/app/boards/shields/jorne/Kconfig.defconfig b/app/boards/shields/jorne/Kconfig.defconfig index 5b0e0b9..18dcabe 100644 --- a/app/boards/shields/jorne/Kconfig.defconfig +++ b/app/boards/shields/jorne/Kconfig.defconfig @@ -15,6 +15,9 @@ if SHIELD_JORNE_RIGHT config ZMK_KEYBOARD_NAME default "Jorne Right" +config USB + default y + endif if SHIELD_JORNE_LEFT || SHIELD_JORNE_RIGHT -- cgit v1.2.3