diff options
author | Caleb Lightfoot <61706196+Tsquash@users.noreply.github.com> | 2021-09-21 23:24:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 21:24:44 -0700 |
commit | c8a3353003bbe706258adc0a4a859b5c2c987cd3 (patch) | |
tree | e38a0484ded9999e4892e8b200f61cad542c102a /keyboards/free_willy/readme.md | |
parent | 02556b3d8adcca4301ba88762e30244accbc0327 (diff) |
[Keyboard] Add Free Willy Keyboard (#14394)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/free_willy/readme.md')
-rw-r--r-- | keyboards/free_willy/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/free_willy/readme.md b/keyboards/free_willy/readme.md new file mode 100644 index 0000000000..0b34cc712c --- /dev/null +++ b/keyboards/free_willy/readme.md @@ -0,0 +1,21 @@ +# Free Willy + + + +Free willy is an ortholinear, 36 key keyboard featuring HHKB like corner blockers. + +* Keyboard Maintainer: [Caleb Lightfoot](https://github.com/Tsquash) +* Hardware Supported: Free Willy PCB v1.0 +* Hardware Availability: [squashkb](https://www.squashkb.com/product/free-willy) + +Make example for this keyboard (after setting up your build environment): + + make free_willy:default + +To reset the keyboard, jump the reset and ground pins located on the pro micro. + +Flashing example for this keyboard: + + make free_willy:default:flash + +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). |