Tags: WootingKb/xlat
Tags
Polling rate control (#5) - Reset logo to be neutral again - Changed the trigger timings to be usable for a solenoid - Changed the UI to better focus on the input delay values - Force re-enumeration when a USB related settings is changed - Increased memory for the UI - Changes font size - Converts the polling rate of High-Speed devices to the amount of microframes to be in-line with the other speeds - Allows to force a specific polling rate where the selectable numbers are based on the typically intervals used on Win - Standard value for the forced polling rate is now like on Win - Shows the current polling time of the detected interface
Changes for demonstration - Fixed bug which can break the graph visualization due to potential overflow - Changed the trigger timings to be usable for a solenoid - Changed the UI to better focus on the input delay values - Force re-enumeration when the detection mode or interface is changed
Fixed bad type fallback - The HID interface type detection no longer falls back to a mouse if the interface protocol code is set to None instead of a moiuse or keyboard boot code - The HID event handling now only relies on the selected detection mode and if the related function was found during the parsing of the HID report descriptor
Basic keyboard support - new detection mode for keyboard support - when the click or motion detection mode is selected it primarily searches for a boot mouse interface - when the key detection mode is selected it primarily searches for a boot keyboard interface -