diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-16 02:02:07 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-16 02:02:07 +0000 |
commit | a1191495132e924cad12533f11c19ba4b8288b0d (patch) | |
tree | 8b7fe8472fbc0d7229883a93ef91b26129ddc60b /keyboards/pluckey/readme.md | |
parent | 36fc46ead7e9c3231b1223eb7945152aab705993 (diff) | |
parent | 40badc4413d97226398302fb7a84c83c5c4f03a8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 + +![pluckey](https://gist.githubusercontent.com/floookay/ea7313862e407c9b5aaea3d6ed3ce233/raw/1757078b1adf7ac4d51d74f445107bdb46e013a3/sandwich%2520angle.jpg) + +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). |