IBM Pingmaster Converter

Above Image's Source: https://imgur.com/gallery/ljxUiev

What is the IBM PingMaster?

The IBM PingMaster is a keyboard made by IBM during the 1980s for the Chinese and Japanese market. This keyboard uses vintage green switches and has a strange connection cable that is like a 9-pin VGA cable but with only 4-pins. Also, this keyboard has built in speakers and a volume numb for that speaker which allows you to determine the volume of the speaker as well as allow the keyboard to beep every time you hit a key. I have no idea why this beeping feature was made, but its unique and different. To learn more about this keyboard, just Google it or check out Chyrosran22’s video.

About

  • What type of converter is this?
    • This converter is a converter that converts the 4 pins of the IBM PingMaster keyboard into a USB output. This allows the user to use an IBM PingMaster keyboard with any modern computer.
  • The goal of this project was the make the converter described above. To do this, I want though a good about of sources and troubleshooting. To help anyone in the future that wants to do this project, I wrote about my process of making this converter as well as list the sources I used to help me achieve this goal. Without the internet, I have no idea how i could have made this converter.
  • For more details about this project, visit the it’s GitHub repo.

Special Thanks

  • I would like to give special thanks to MrKeebs. His YouTube Video, linked below, really helped with making this converter. It was a really good tutorial but I did struggle with the section where you had to upload a HEX file to the PingMaster, but it was really helpful with figuring out the wiring. Check out his video HERE.
    • In the description of MrKeebs YouTube video, there is a link to his Discord Server. This Discord was really helpful when it came to debugging my issues making the converter, so please checkout that Discord server and ask for help if you need it

Required Hardware

  1. IBM PingMaster Keyboard
  2. Pro Micro Board
  3. Wires or female to female/male cables
  4. (optional) 9-Pin VGA Female Head

Required Software

  1. QMK ToolBox
  2. a web browser

Conversion Steps

  1. Wire up the Pro Micro Board. You can wire it directly to the cable’s pin using female to female/male cables or by using a 9-pin VGA Female Head. Look at the diagram below to for the wiring:

  1. After wiring everything up, create your Hex file. This hex file will be the layout of the keyboard which you can design though a website called tmk-kbd. So basically design your layout though that website, then download it.

  2. When you have your file’s layout, you need to upload the file to the Pro Micro Board. To do this, download and set up a tool called QMK ToolBox.

  3. When the QMK ToolBox is setup, click the open and go to the directory of the Hex file you downloaded from step 2. Underneath the Micro controller text, select atmega32u4. It might be different for you, so you might have to check what your micro controller is though the terminal. Check out the Useful Links if you get confused.

  4. Before doing this step, don’t connect your IBM PingMaster to your Pro Micro Board yet and read all of step 5 before doing it. After getting everything setup, plug your Pro Micro Board (from the micro usb cable) into your computer with the QMK Toolbox running. Then immediately reset your Pro Micro Board by short circuiting the board. To reset it, please look at the diagram below or SparkFun linked listed in Useful links. After resting it, you MUST immediately hit the FLASH button in QMK Toolbox. If this works, you should get a successful message of some short. If this does not work. Redo step 5 again. If it keeps failing, please check out the Useful links below.

  1. After step 5, connect your IBM PingMaster to your converter.

  2. Then, test your converter by raising the keyboard’s volume nob and typing. Make sure that the speaker works when you type. Also you can test out each key input on a website called keyboardchecker.

  3. Finally, after finishing all those steps, enjoy your IBM PingMaster!

★ If there are any errors/issues with this tutorial, please write about in the issue section for this repository.