diff options
author | Daniel Perrett <perrettdl@googlemail.com> | 2022-04-13 06:25:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 22:25:19 -0700 |
commit | a5e41615f729ab1d68e56a59f05dbcad30beadd7 (patch) | |
tree | 290ceeb0f5ca670e9c18b51245b78cb52cc79f29 /keyboards/handwired/reclined/readme.md | |
parent | 0524a82a88aef8cc2036e7ab1d603b6c78c54fd9 (diff) |
[Keyboard] Add userspace pdl and a handwired board (#14199)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/handwired/reclined/readme.md')
-rw-r--r-- | keyboards/handwired/reclined/readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/handwired/reclined/readme.md b/keyboards/handwired/reclined/readme.md new file mode 100644 index 0000000000..d7594798ef --- /dev/null +++ b/keyboards/handwired/reclined/readme.md @@ -0,0 +1,17 @@ +# reclined + +A custom staggered 40 percent keyboard split at 22.5 degrees. + +* Keyboard Maintainer: [pdl](https://github.com/pdl) +* Hardware Supported: Just one device +* Hardware Availability: None + +Make example for this keyboard (after setting up your build environment): + + make handwired/reclined:default + +Flashing example for this keyboard: + + make handwired/reclined: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). |