Skip to content

Tags: WootingKb/xlat

Tags

v1.4.2

Toggle v1.4.2's commit message
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

v1.4.1

Toggle v1.4.1's commit message
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

v1.3.5

Toggle v1.3.5's commit message
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

v1.3.4

Toggle v1.3.4's commit message
Improved device handling

- Correct usage of the current interface number for requests
- Displaying the connected device even when unsupported
- Better identification if a mouse or keyboard is currently searched

v1.3.3

Toggle v1.3.3's commit message
Fix wrong reportID usage

- Fix the usage of reportIDs, before one the reportID one was checked if reportIDs were used
- Show the reportID of the found device

v1.3.2

Toggle v1.3.2's commit message
Interface Selection

- Allows to select a specific interface number in which a mouse or keyboard report is searched
- If set to AUTO it will search in the first corresponding boot interface

v1.3.1

Toggle v1.3.1's commit message
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
-