logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (885B)


  1. # Tartan # Through Hole
  2. ![tartan](https://i.imgur.com/1qSrVcs.jpg)
  3. A 60% keyboard with only through hole components.
  4. * Keyboard Maintainer: [hsgw](https://github.com/hsgw)
  5. * Hardware Supported: ATMEGA328p with vusb [PCB](https://github.com/hsgw/tartan)
  6. * Hardware Availability: https://5z6p.com/products/tartan/
  7. Make example for this keyboard (after setting up your build environment):
  8. make dm9records/tartan:default
  9. Flash firmware:
  10. // In bootloader mode
  11. make dm9records/tartan:default:flash
  12. ## Bootloader
  13. use usbasploader in my repository.
  14. https://github.com/hsgw/USBaspLoader/tree/plaid
  15. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).