diff options
| author | floookay | 2021-10-16 04:01:35 +0200 |
|---|---|---|
| committer | GitHub | 2021-10-16 04:01:35 +0200 |
| commit | b0d293a841977d393c81bef443f7e28f7764ee30 (patch) | |
| tree | c6cff944c3583fca5e4a6ec9fbafe645d2140b6b /keyboards/pluckey/readme.md | |
| parent | 8bb1fd04d4d4501a7bc1312e10d1fa639851fd8f (diff) | |
[Keyboard] add Pluckey (#14672)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/pluckey/readme.md')
| -rw-r--r-- | keyboards/pluckey/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/pluckey/readme.md b/keyboards/pluckey/readme.md new file mode 100644 index 0000000000..b0a1af99b8 --- /dev/null +++ b/keyboards/pluckey/readme.md @@ -0,0 +1,19 @@ +# Pluckey + + + +The pluckey is an ergodox like split keyboard with moderate columnal stagger and a horizontal space key. + +* Keyboard Maintainer: [floookay](https://github.com/floookay) +* Hardware Supported: pluckey pcbs with pro micro controllers +* Hardware Availability: [pcb & case files](https://github.com/floookay/pluckey) + +Make example for this keyboard (after setting up your build environment): + + make pluckey:default + +Flashing example for this keyboard: + + make pluckey: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). |