I'll go into detail in a moment, but first, some pictures:
This mod is a little special though, since I programmed the pro micro from near scratch, all but the USB driver and the bootloader. I am aware that there are ways to convert the Pingmaster or to just use existing firmware, but I had too many issues and I wasn't able to exactly figure out what I was doing wrong. At this point, I can probably figure out why I wasn't able to convert the Pingmaster originally, but honestly I have had quite a bit of fun programming the pro micro. It is an amazing little device and figuring out how to use avr-libc and program a keyboard firmware from the bottom up has been a great learning experience. I have gained quite a bit of information from when I started, so one of my friends has suggested for me to post what I've learned to DT. I don't really have all the details compiled together at the moment, but I'll post what I got so far.
Anyhow, here are some pictures of the mod I did:
Since I had a bit of control over what my firmware does, I spent a decent amount of time figuring out my ideal layout. I included quite a bit of helpful macros as well, such as pressing left + right shift to get capslock, a 'standby' key to toggle key output to the computer, and I also went ahead and got the 00 key to actually spit out a 00, since I thought that was an interesting key to have. I'll post a graphical chart below of my current layout, which is an accurate representation of the rows/columns in the hardware.
I'm still working on getting the best layout but as of me writing this here's what I have so far:
As for my firmware source, and how to actually perform this mod, I was actually heavily debating with myself if I should even post it at all, since I felt that there may not be a whole lot of use for it. There are already existing converter/firmware that work well with the teensy and the pro micro if you use them correctly, however, I felt that not releasing any of the work I did would be rather silly, since I believe there are people who could benefit from using it.
Not too long ago, I decided to upload all my work to a github that details the firmware I have created, the process to compile and flash a pro micro with said firmware, how to flash a bootloader to a pro micro, and how to install the pro micro into a Pingmaster. I have a few friends with Pingmaster keyboards that have been interested in trying this mod, so I tried making the guide simple so there isn't a need for programming knowledge and such, though I am still concerned it may be still too difficult for someone with little technical knowledge. I plan on expanding on that, probably making some kind of GUI for reassigning keys and what not, but I haven't really gotten to that point. The mod is a bit complex though so I think its best that most people stick with existing converters.
This is my first forum post ever BTW, sorry if the formatting is a little messy, but I wanted to keep it simple. Anyways, thought ya'll would find this interesting, I plan on doing more mods similar to this and posting them here since I have a few more keyboards I want to try this method on
