diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-22 04:24:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-22 04:24:51 +0000 |
commit | 6a26c5cb804a5a3eedfaa80da40dbfa3eb3ef597 (patch) | |
tree | f981dc555cec3604bb72e58fd199c7076e67bac6 /keyboards/free_willy/readme.md | |
parent | c0cf46187452aa88a908dfd2e9eb56b8cb247859 (diff) | |
parent | c8a3353003bbe706258adc0a4a859b5c2c987cd3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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](https://i.imgur.com/JBNV3Hk.png) + +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). |