Files
azeron-cyborg-linux/TODO.md

21 lines
1.2 KiB
Markdown

# Azeron Cyborg Linux Support - Remaining Tasks
## Protocol Implementation
- [x] **Joystick Bulk Write (`0x26EC`)**: Implement `azeron_protocol_set_stick_config` using the new bulk write format.
- Map mode byte (index 3).
- Map stick angle (index 8).
- Map deadzone/sensitivity.
- [x] **Global Timings (`0x2000`)**: Implement a function to set Long Press and Double Click delays.
- [x] **Verify Read Configuration**: Confirm if `0x26FB` works for Cyborg or if a new read command is required (Heartbeat showed `0x12EA/EB` pairs).
- [ ] **Surgical Button Persistence**: Verify if `0x204B` (Commit) is sufficient for all surgical updates or if `0x26ED` is needed.
## CLI Enhancements
- [x] **Joystick Commands**: Add `set-stick-mode` and `set-stick-angle`.
- [x] **Timing Commands**: Add `set-delays --long <ms> --double <ms>`.
- [x] **Action Feedback**: Update `show-mappings` to display all three actions (Single, Long, Double) per button.
## Testing & Validation
- [ ] **Linux Verification**: Test all surgical updates (`0x20F6/F8/4A`) using `libusb` on Linux.
- [ ] **Persistence Check**: Ensure settings survive a device power cycle.
- [ ] **Input Monitoring**: Verify that Linux input events (EV_KEY) correctly match the new mappings.