git clone https://github.com/bpiq/tmk_keyboard_custom.git
Cloning into 'tmk_keyboard_custom'...
remote: Counting objects: 16046, done.
Receiving objects: 21% (3442/16046), 6.36 MiB | 33 KiB/s
足够的慢。。。
cd tmk_keyboard_custom/keyboard/gh60/ make
Creating load file for Flash: gh60_lufa.hex
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature gh60_lufa.elf gh60_lufa.hex
Creating load file for EEPROM: gh60_lufa.eep
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \
--change-section-lma .eeprom=0 --no-change-warnings -O ihex gh60_lufa.elf gh60_lufa.eep || exit 0
Creating Extended Listing: gh60_lufa.lss
avr-objdump -h -S -z gh60_lufa.elf > gh60_lufa.lss
Creating Symbol Table: gh60_lufa.sym
avr-nm -n gh60_lufa.elf > gh60_lufa.sym
Size after:
text data bss dec hex filename
28520 56 231 28807 7087 gh60_lufa.elf