Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
zoushiyin created a comment on an issue on No0ne/ps2x2pico
I want to map the "Previous Page" and "Next Page" buttons to "Copy" and "Paste" actions. The ms_db values for these buttons are 0x10 and 0x08, respectively. Thanks.
zoushiyin opened an issue on No0ne/ps2x2pico
Adding Common Mouse Shortcut Keys to the Tool
Hi, We often use shortcut keys on common mice, such as copy, paste, cut, previous page, next page, etc. Would it be possible to add support for these shortcut keys to this tool?No0ne created a comment on an issue on No0ne/ps2x2pico
Make shure you are on Pico-SDK 1.5.1 and TinyUSB 0.17.0, see: https://github.com/No0ne/ps2x2pico?tab=readme-ov-file#build
zoushiyin created a comment on an issue on No0ne/ps2x2pico
I modified ps2ms.c to set ms_streaming to true in an attempt to get the mouse pointer position feedback. However, when I recompile, I encounter the following error: [ 25%] Performing configure s...
No0ne created a comment on an issue on No0ne/ps2x2pico
This log output only says you pressed the Win+D shortcut. As I see in the second HID report descriptor there is also a relative mode. You will need to use this, absolute mode is not going to work.
zoushiyin created a comment on an issue on No0ne/ps2x2pico
I only see the report for the keyboard, not the mouse. However, when I move the mouse, the cursor jumps to the bottom-right corner. It seems that the keyboard is working normally. Here is part of t...
No0ne pushed 1 commit to main No0ne/ps2x2pico
- Apple Keyboard sends extra byte for FN + eject 7a15892
No0ne created a comment on an issue on No0ne/ps2x2pico
No, absolute mode in PS/2 is implemented in proprietary drivers like for older laptop touchpads.
No0ne created a comment on an issue on No0ne/ps2x2pico
Using http://eleccelerator.com/usbdescreqparser/ this looks like a normal mouse+keyboard combo. What does it do with the latest 1.3 pre-release?
0x504B0304 created a comment on an issue on No0ne/ps2x2pico
here is it's hid report descriptor: protocol:2 0x05 0x01 0x09 0x02 0xa1 0x01 0x85 0x01 0x09 0x01 0xa1 0x00 0x05 0x09 0x19 0x01 0x29 0x03 0x15 0x00 0x25 0x01 0x95 0x03 0x75 0x01 0x81 0x02 0x95 0x0...
No0ne created a comment on an issue on No0ne/ps2x2pico
Please connect a serial cable to GPIO0 and post the debug output while plugging the device in.
zoushiyin opened an issue on No0ne/ps2x2pico
Support for Beirui Kone A2 Remote Control Hardware
I'm interested in trying out a remote control hardware: Beirui Kone A2. Does this device have support? If not, are there any plans to add support for it? Thank you!ssokolow created a comment on an issue on No0ne/ps2x2pico
> If you are ok with that I will close this issue. Sure. I'm happy enough with the current state of things on the `reportmode-test.zip` firmware that I'm feeling the urge to procrastinate testin...
No0ne created a comment on an issue on No0ne/ps2x2pico
So every issue except switching the KVM with only one USB device attached should be fixed, right? I also looked into the one-device issue but this is one I'm not capable of fixing my self since it...
No0ne created a comment on an issue on No0ne/ps2x2pico
Please test the latest pre-release: https://github.com/No0ne/ps2x2pico/releases/tag/pre-1.3
No0ne created a comment on an issue on No0ne/ps2x2pico
Should be fixed in the latest pre-release: https://github.com/No0ne/ps2x2pico/releases/tag/pre-1.3 If not please leave a comment.
No0ne closed an issue on No0ne/ps2x2pico
Cursor Movement and Button Functionality Limited (only move up and down)for Certain Mice
We have noticed that some wireless mice, such as the Microsoft Ergonomic Mouse (which uses a Bluetooth receiver) and the SANWA SUPPLY mouse (which uses a 2.4G receiver), are experiencing issues wit...No0ne created a comment on an issue on No0ne/ps2x2pico
Should be fixed in the latest pre-release: https://github.com/No0ne/ps2x2pico/releases/tag/pre-1.3 If not please leave a comment.
No0ne closed an issue on No0ne/ps2x2pico
Mouse Unusable (e.g., Logitech MX Master 3),When using a combined keyboard and mouse receiver。
When using a combined keyboard and mouse receiver, the mouse (e.g., Logitech MX Master 3) is not functioning properly. Specifically, the mouse does not work at all. We would like to know if this is...No0ne published a release on No0ne/ps2x2pico
pre-release Version 1.3
This is another version 1.3 pre-release running all devices in report mode and compiled with Pico-SDK 1.5.1. I discovered an issue with Pico-SDK 2.0 which I've not analyzed yet. This should fix #...No0ne created a tag on No0ne/ps2x2pico
pre-1.3 - USB keyboard/mouse to PS/2 interface converter using a Raspberry Pi Pico