]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/plaid/readme.md
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / keyboards / plaid / readme.md
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 plaid:default
13
14 Flash firmware:
15     // In bootloader mode
16     make plaid:default:program
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).