Firmware for ErgoDone split keyboard
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

17 lignes
494 B

  1. all: clean build flash
  2. clean:
  3. rm qmk_firmware/ktec_ergodone_dejvino.hex
  4. build: qmk_firmware/ktec_ergodone_dejvino.hex
  5. flash: build | hid_bootloader_cli
  6. sudo ./hid_bootloader_cli -mmcu=atmega32u4 qmk_firmware/ktec_ergodone_dejvino.hex
  7. qmk_firmware/ktec_ergodone_dejvino.hex:
  8. cd qmk_firmware && make ktec/ergodone:dejvino
  9. hid_bootloader_cli:
  10. wget https://raw.githubusercontent.com/kairyu/tkg-toolkit/master/linux/bin/hid_bootloader_cli -O hid_bootloader_cli
  11. chmod +x hid_bootloader_cli