X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fpc98_usb%2FREADME;h=037e971cefc29cc459c653fe2ec2bcc0d91e569f;hb=c230460b12f1d6ff149a6139166bed8247eeeb60;hp=dceb3ce439aa2704a1fd3b24f50e15b12967a688;hpb=f664a993d2ab876435eccf25d1ec126d1f5e3191;p=max%2Ftmk_keyboard.git diff --git a/converter/pc98_usb/README b/converter/pc98_usb/README index dceb3ce4..037e971c 100644 --- a/converter/pc98_usb/README +++ b/converter/pc98_usb/README @@ -40,24 +40,31 @@ Frame format: 1-Start bit(Lo), 8-Data bits, Odd-Parity, 1-Stop bit +Prebilt Firmware +---------------- +Prebuilt firmware HEX files are available under 'binary' directory. + + + Build Firmware -------------- -Just use 'make' to bild firmware for TMK PC98 converter. +Just use 'make' to bild firmware for TMK PC98 converter(ATMega32u2). $ make clean $ make -To flash firmware +To flash firmware run this command $ make dfu 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. +If you are using ATMega32u4 based board use following commands to get firmware HEX file. $ make -f Makefile.32u4 clean $ make -f Makefile.32u4 - $ make -f Makefile.32u4 dfu + +And flash it on your board using specific program method.