this post was submitted on 18 Sep 2025
75 points (98.7% liked)

Mechanical Keyboards

484 readers
26 users here now

A community for news, discussion, and showing off your mechanical keyboards

founded 1 year ago
MODERATORS
 

Keyboard from 2010 built by TG3 for a Siemens chemistry analyzer. I cleaned it up, added some weight to the bottom, and converted to USB. Cherry MX Black and PBT Dye-subbed DCS caps. Take a peek at what should be F9 and F10 (and are after conversion), as well as some of the keys above the numpad, which, tangentially, now has 5 keys that do absolutely nothing related to what's written on them.

you are viewing a single comment's thread
view the rest of the comments
[–] dihutenosa@piefed.social 5 points 6 days ago (1 children)

How did you convert it? Slapped on a standard PS2 to USB converter, or something fancier?

[–] wjrii@lemmy.world 6 points 6 days ago (1 children)

In the picture you can just make out the Pro Micro "Soarer's Converter," which I flashed to use a firmware that includes the VIAL graphical configurator. I then taped that old Micro-USB cable to secure it and stuffed the whole thing into the case.

Hardware wise, this is a simple PS/2 to USB conversion, but because it was made for a bit of commercial lab equipment, the software side got a little weird, almost like it was high on something, LOL. The numpad doesn't include the usual math operators, NumLock is non-existent (and in fact this keyboard forcibly turns it back on if you find a way to turn it off), there's no Windows/Super key (not uncommon on older designs), 34 of the keys above the main clusters actually send combined keys (F9+A through F9+Z, then F10+A through F10+H). Someone else had already figured out that using F9 and F10 as your "layer switch" or "Function" keys is the way to unlock that, so I did the same. I only had one extra layer (plus two "Combo" keys) to play with, so I was only able to convert 28 of the 34, but those 28 now do pretty normal stuff: F keys, navigation keys, media keys, etc.

The other quirk is that, while the slightly longer spacebars (7 key "units", versus the usual 6.25) are not rare for keyboard nerds, the stabilizer rod for this one is on slightly nonstandard spacing, so I'm stuck with it until I can source another one. Luckily, the caps themselves are pretty decent.

[–] zod000@lemmy.dbzer0.com 2 points 5 days ago (1 children)

Nice, been a while since I saw someone needing a Soarer's converter.

[–] wjrii@lemmy.world 2 points 5 days ago (1 children)

I prefer RP2040 stuff when I make a keyboard, but (most) Pro Micros use 5v I/O, while the RP2040 uses 3.3V. XT/AT keyboards also run at 5V. That means it's generally just easier on these conversions to stick with the tried and true, and people have managed to cram VIAL builds onto the memory footprint, which makes it even better.

[–] zod000@lemmy.dbzer0.com 2 points 5 days ago

I'm only had to do this sort of thing with my Model F XTs (my AT works with a standard passive AT->ps/2 adapter->usb adapter). RP2040s weren't even a thing when I was playing with this stuff, but I don't doubt there are some great QoL improvements.