clonex10100 / pi-zero-keyboard-hot-mapper

This project will use two pi zeros to allow you to plug a keyboard into one and plug the other into the computer. The pi zero will modify the sendcodes and then send them to the computer.
MIT License
0 stars 0 forks source link

TODO #1

Closed clonex10100 closed 6 years ago

clonex10100 commented 6 years ago
clonex10100 commented 6 years ago

General flow of information:

Get code from input, convert to char, send char through remapper function, convert new char to sendcode, store in state, relay complete sendcode over serial, relay to pc.