summaryrefslogtreecommitdiff
path: root/users/drashna/post_config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-09-25 13:04:00 -0700
committerGitHub <noreply@github.com>2022-09-25 13:04:00 -0700
commit5abb125b025750d7015d1a9cafc5a861cedfa9b3 (patch)
treeda18da9141a0efcd3e3ca099742af0da4fa78903 /users/drashna/post_config.h
parent34490f098ae1e556ceeaa6a684b3f0deb8b75cfb (diff)
[Keymap] develop updates for Drashna Keymaps (#18472)
Diffstat (limited to 'users/drashna/post_config.h')
-rw-r--r--users/drashna/post_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/drashna/post_config.h b/users/drashna/post_config.h
index ec9aa49462..ed80174819 100644
--- a/users/drashna/post_config.h
+++ b/users/drashna/post_config.h
@@ -127,3 +127,7 @@
} \
}
#endif
+
+#if defined(SPLIT_KEYBOARD) && defined(PROTOCOL_CHIBIOS) && !defined(USB_SUSPEND_WAKEUP_DELAY)
+# define USB_SUSPEND_WAKEUP_DELAY 200
+#endif