qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (885B)


      1 # Tartan # Through Hole
      2 
      3 ![tartan](https://i.imgur.com/1qSrVcs.jpg)
      4 
      5 A 60% keyboard with only through hole components.   
      6 
      7 * Keyboard Maintainer: [hsgw](https://github.com/hsgw)
      8 * Hardware Supported: ATMEGA328p with vusb [PCB](https://github.com/hsgw/tartan)
      9 * Hardware Availability: https://5z6p.com/products/tartan/
     10 
     11 Make example for this keyboard (after setting up your build environment):
     12 
     13     make dm9records/tartan:default
     14 
     15 Flash firmware:
     16 
     17     // In bootloader mode
     18     make dm9records/tartan:default:flash
     19 
     20 ## Bootloader
     21 use usbasploader in my repository.
     22 https://github.com/hsgw/USBaspLoader/tree/plaid
     23 
     24 
     25 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).