pc98_usb: Add ATMega32u4 support
This commit is contained in:
parent
effdef4187
commit
f57b7b9087
2 changed files with 22 additions and 20 deletions
|
|
@ -42,7 +42,7 @@ Frame format: 1-Start bit(Lo), 8-Data bits, Odd-Parity, 1-Stop bit
|
|||
|
||||
Build Firmware
|
||||
--------------
|
||||
Just use 'make' to bild firmware
|
||||
Just use 'make' to bild firmware for TMK PC98 converter.
|
||||
|
||||
$ make clean
|
||||
$ make
|
||||
|
|
@ -53,6 +53,12 @@ To flash firmware
|
|||
|
||||
then push button on converter to flash firmware.
|
||||
|
||||
If you are using ATMega32u4 based board instead of premade TMK PC98 converter(ATMega32u2) use following commands.
|
||||
|
||||
$ make -f Makefile.32u4 clean
|
||||
$ make -f Makefile.32u4
|
||||
$ make -f Makefile.32u4 dfu
|
||||
|
||||
|
||||
|
||||
PC98 Scan Codes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue