Differences between revisions 1 and 2
⇤ ← Revision 1 as of 2016-07-02 07:33:09
Size: 258
Comment:
|
Size: 451
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
convert an old XT (or AT) keyboard to USB using a pro micro (or teensy) with an atmega32u4. | convert an old XT (or AT) keyboard to USB using a pro micro (or teensy) with an atmega32u4 |
Line 5: | Line 5: |
* https://deskthority.net/workshop-f7/how-to-use-a-pro-micro-as-a-cheap-controller-converter-like-soarer-s-t8448.html * https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/build.md |
convert an old XT (or AT) keyboard to USB using a pro micro (or teensy) with an atmega32u4
reset pro micro into bootloader mode: https://github.com/nicholaskell/Arduino_Loader/blob/master/reset.py
https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/build.md
tbc.