]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/usb_usb/config.h
ibmpc_usb: Add Z-150 AT support
[max/tmk_keyboard.git] / converter / usb_usb / config.h
index b2e5a9a3cba126228f111c2ce45a819f5a006ae2..4dbb30dbbe30c354e206bd9941359daa267babd6 100644 (file)
@@ -36,8 +36,21 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* 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
 
+
+// Disable USB startup wait, which can delays starting UHS2 Task() for 350-600ms.
+//#define NO_USB_STARTUP_WAIT_LOOP
+
+// Disable USB suspend loop, which blocks UHS2 Task() while power saving.
+// Note that this also disables power saving and remote wakeup from keyboard completely.
+//#define NO_USB_SUSPEND_LOOP
+
+/* Mechanical locking support. */
+#define LOCKING_SUPPORT_ENABLE
+#define LOCKING_RESYNC_ENABLE
+
 #endif