]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - keyboard/fc660c/update_bin.sh
core: Clean up code of Locking key support
[max/tmk_keyboard.git] / keyboard / fc660c / update_bin.sh
1 #!/bin/sh
2 make clean
3 make
4 cp fc660c.hex binary/fc660c.hex
5 make clean
6 make KEYMAP=emu
7 cp fc660c.hex binary/fc660c_emu.hex
8 make clean