From 2fd396b8ca15592729f2ab84fce474bf987deb11 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 8 May 2019 12:53:15 +0900 Subject: [PATCH] usb_usb: Add option for disabling suspend power down --- converter/usb_usb/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/converter/usb_usb/config.h b/converter/usb_usb/config.h index 87da4a45..b2e5a9a3 100644 --- a/converter/usb_usb/config.h +++ b/converter/usb_usb/config.h @@ -36,4 +36,8 @@ along with this program. If not, see . /* key combination for command */ #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) +// Disable power saving in USB suspend loop but remote wakeup is still valid. +// This allows keep USB::Task() going during suspend without power down time delay. +//#define NO_SUSPEND_POWER_DOWN + #endif -- 2.44.0