]> git.gir.st - tmk_keyboard.git/blob - converter/ibm4704_usb/update_bin.sh
ibm4704: Update binary
[tmk_keyboard.git] / converter / ibm4704_usb / update_bin.sh
1 #!/bin/sh
2 make -f Makefile.unimap.rev1 clean
3 make -f Makefile.unimap.rev2 clean
4 make -f Makefile.unimap.alps.rev1 clean
5 make -f Makefile.unimap.alps.rev2 clean
6
7 make -f Makefile.unimap.rev1
8 make -f Makefile.unimap.rev2
9 make -f Makefile.unimap.alps.rev1
10 make -f Makefile.unimap.alps.rev2
11
12 cp ibm4704_usb_rev1_unimap.hex binary
13 cp ibm4704_usb_rev2_unimap.hex binary
14 cp ibm4704_usb_rev1_alps_unimap.hex binary
15 cp ibm4704_usb_rev2_alps_unimap.hex binary
16
17 make -f Makefile.unimap.rev1 clean
18 make -f Makefile.unimap.rev2 clean
19 make -f Makefile.unimap.alps.rev1 clean
20 make -f Makefile.unimap.alps.rev2 clean
Imprint / Impressum