diff options
Diffstat (limited to 'keyboards/yeehaw/readme.md')
-rw-r--r-- | keyboards/yeehaw/readme.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/yeehaw/readme.md b/keyboards/yeehaw/readme.md new file mode 100644 index 000000000..1435254d0 --- /dev/null +++ b/keyboards/yeehaw/readme.md | |||
@@ -0,0 +1,22 @@ | |||
1 | # Yee-Haw Macro Pad | ||
2 | |||
3 |  | ||
4 | |||
5 | A 14 key macro pad in the shape of Texas. | ||
6 | |||
7 | * Keyboard Maintainer: [Caleb Lightfoot](https://github.com/Tsquash) | ||
8 | * Hardware Supported: Yee-Haw PCB v1.0 | ||
9 | * Hardware Availability: [squashkb](https://www.squashkb.com) | ||
10 | |||
11 | Make example for this keyboard (after setting up your build environment): | ||
12 | |||
13 | qmk compile -kb yeehaw -km default | ||
14 | |||
15 | To reset the keyboard, press the physical reset button located on the back of the PCB. | ||
16 | |||
17 | Install example for this keyboard: | ||
18 | |||
19 | qmk flash -kb yeehaw -km default | ||
20 | |||
21 | |||
22 | 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). | ||