Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

No0ne/ps2x2pico

No0ne created a tag on No0ne/ps2x2pico

pre-2.0 - USB keyboard/mouse to PS/2 interface converter using a Raspberry Pi Pico

No0ne deleted a tag No0ne/ps2x2pico

pre-2.0

No0ne deleted a tag No0ne/ps2x2pico

pre-1.3

No0ne pushed 1 commit to main No0ne/ps2x2pico
  • USB replugging still doesn't work with PicoSDK-2.1.0 3da1333

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
Without relative mode it will not work, as I said PS/2 doesn't support absolute mode without special drivers. The raw data is coming in here: https://github.com/No0ne/ps2x2pico/blob/main/src/usb...

View on GitHub

0x504B0304 created a comment on an issue on No0ne/ps2x2pico
> I don't see support for absolute and relative mouse movements in this device. Where in the code can I print out the raw received data? I will send you the code for you to take a look. Thank you. ...

View on GitHub

0x504B0304 created a comment on an issue on No0ne/ps2x2pico
> I don't see support for absolute and relative mouse movements in this device. Where in the code can I print out the raw received data? I will send you the code for you to take a look. Thank you. ...

View on GitHub

zoushiyin created a comment on an issue on No0ne/ps2x2pico
I don't see support for absolute and relative mouse movements in this device. Where in the code can I print out the raw received data? I will send you the code for you to take a look. Thank you.

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
<img width="510" alt="Screenshot 2024-11-28 at 06 50 54" src="https://github.com/user-attachments/assets/bc44dbf3-6de6-482f-ba74-02dba12a1fbe"> If I switch to relative mode, it is indeed working. ...

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
I will try it with PiKVM (not using the Pico HID bridge) which does absolute and relative mouse on USB.

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
There is a new 2.0 pre-release, it fixed #64.

View on GitHub

No0ne closed an issue on No0ne/ps2x2pico
Corsair K60 Pro keyboard not working.
I have two other keyboards both working fine, however the K60 Pro is not working. I will check and see how to get the serial output and update here. Thank you.
No0ne created a comment on an issue on No0ne/ps2x2pico
Cool! I've added NKRO support in this release, I think this did the trick.

View on GitHub

Tambotine created a comment on an issue on No0ne/ps2x2pico
Its working!! I am typing on that keyboard now! Perfect and thank you! On Thu, Nov 28, 2024 at 9:59 AM No0ne ***@***.***> wrote: > Yes, downloads are here: https://github.com/No0ne/ps2x2pico...

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
Yes, downloads are here: https://github.com/No0ne/ps2x2pico/releases

View on GitHub

Tambotine created a comment on an issue on No0ne/ps2x2pico
Apologies should have mentioned - I tested the 1.2 version (the latest release). Is it possible to get the 2.0 to check if keyboard works on that?

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
Which version did you test? I just made a 2.0 pre-release.

View on GitHub

Tambotine opened an issue on No0ne/ps2x2pico
Corsair K60 Pro keyboard not working.
I have two other keyboards both working fine, however the K60 Pro is not working. I will check and see how to get the serial output and update here. Thank you.
zoushiyin created a comment on an issue on No0ne/ps2x2pico
This A2 device is used for forwarding keyboard and mouse data, meaning it forwards the data from the controlling end to the controlled end. For the ps2x2pico, the A2 acts as an input device. The da...

View on GitHub

No0ne published a release on No0ne/ps2x2pico
pre-release Version 2.0
This is version 2.0 pre-release running all devices in report mode and compiled with Pico-SDK 2.1.0. This should fix https://github.com/No0ne/ps2x2pico/issues/35, https://github.com/No0ne/ps2x2pic...
No0ne created a comment on an issue on No0ne/ps2x2pico
Ahh, ok! Does it support relative mouse movements?

View on GitHub

0x504B0304 created a comment on an issue on No0ne/ps2x2pico
> What kind of device is this? If I search for "Beirui Kone A2" nothing shows up. https://sunlogin.oray.com/hardware/kongkong2 It's a commercial kvm hardware, just like pi kvm.

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
What kind of device is this? If I search for "Beirui Kone A2" nothing shows up.

View on GitHub

zoushiyin created a comment on an issue on No0ne/ps2x2pico
This is the data reported by my device, and all the data is showing up in the bottom right corner. Mouse Move: X = 127, Y = 127, Z = 0, Buttons = 0x00 Mouse Move: X = 0, Y = 0, Z = 0, Buttons = 0...

View on GitHub

zoushiyin created a comment on an issue on No0ne/ps2x2pico
The keys are being sent multiple times each time they are triggered. I'm not sure where to control the number of times they are sent. Thank you for your help. Mouse Move: X = 0, Y = 0, Z = 0, Butt...

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
Try this: ```C kb_send_key(KEYBOARD_MODIFIER_LEFTCTRL, true, 0); kb_send_key(HID_KEY_C, true, 0); kb_send_key(HID_KEY_C, false, 0); kb_send_key(KEYBOARD_MODIFIER_LEFTCTRL, false, 0); ``` ```...

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
Try this: ```C kb_send_key(0xe0, true, 0); kb_send_key(0x06, true, 0); kb_send_key(0x06, false, 0); kb_send_key(0xe0, false, 0); ``` ```C kb_send_key(0xe0, true, 0); kb_send_key(0x19, true...

View on GitHub

zoushiyin created a comment on an issue on No0ne/ps2x2pico
I have the following code to detect and handle mouse shortcuts: // Detect and handle mouse shortcuts if (buttons == 0x10) { // Copy shortcut (Ctrl+C) printf("Copy (Ctrl+C) triggered\n"); ...

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
Regarding to https://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/translate.pdf the keyboard copy/paste keys don't have PS/2 equivalents.

View on GitHub

No0ne created a comment on an issue on No0ne/ps2x2pico
I don't know what "Copy" and "Paste" actions are on mouse buttons. Do you mean the mouse button should send a keyboard key?

View on GitHub

Load more