qmk_firmware

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

readme.md (868B)


      1 # plaid // Through Hole
      2 
      3 ![plaid](https://i.imgur.com/tTi9yR9h.jpg)
      4 
      5 12x4 ortholinear 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/plaid)  
      9 Hardware Availability: Group buy in r/mk
     10 
     11 Make example for this keyboard (after setting up your build environment):
     12     make dm9records/plaid:default
     13 
     14 Flashing example for this keyboard:
     15 
     16     make dm9records/plaid:default:flash
     17 
     18 ## Bootloader
     19 use usbasploader in my repository.
     20 https://github.com/hsgw/USBaspLoader/tree/plaid
     21 
     22 
     23 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).