diff options
Diffstat (limited to 'keyboards/pinky/readme.md')
| -rw-r--r-- | keyboards/pinky/readme.md | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/keyboards/pinky/readme.md b/keyboards/pinky/readme.md index f9eb6ee2b..0e2f1482f 100644 --- a/keyboards/pinky/readme.md +++ b/keyboards/pinky/readme.md | |||
| @@ -1,25 +1,22 @@ | |||
| 1 | Pinky | 1 | # Pinky |
| 2 | === | ||
| 3 | 2 | ||
| 4 | A split keyboard with 3 or 4 x7 vertically staggered keys and 4 thumb keys. | 3 | A split keyboard with 3 or 4 x7 vertically staggered keys and 4 thumb keys. |
| 5 | An idea is inspired from [crkbd](https://github.com/foostan/crkbd), [Lily58](https://github.com/kata0510/Lily58), [Ergo42](https://github.com/Biacco42/Ergo42) and [Helix](https://github.com/MakotoKurauchi/helix). | 4 | An idea is inspired from [crkbd](https://github.com/foostan/crkbd), [Lily58](https://github.com/kata0510/Lily58), [Ergo42](https://github.com/Biacco42/Ergo42) and [Helix](https://github.com/MakotoKurauchi/helix). |
| 6 | 5 | ||
| 7 | Keyboard Maintainer: [Masayuki Sunahara](https://github.com/tamanishi/) [@tamanishi](https://twitter.com/tamanishi) | 6 | * Keyboard Maintainer: [Masayuki Sunahara](https://github.com/tamanishi/) [@tamanishi](https://twitter.com/tamanishi) |
| 8 | Hardware Supported: Pinky3(3rows) or Pinky4(4rows) PCB, Pro Micro | 7 | * Hardware Supported: [Pinky3 (3rows)](3/) or [Pinky4 (4rows)](4/) PCB, Pro Micro |
| 9 | Hardware Availability: [Pinky3 PCB & Case Data](https://github.com/tamanishi/Pinky3), [Pinky4 PCB & Case Data](https://github.com/tamanishi/Pinky4) | 8 | * Hardware Availability: [Pinky3 PCB & Case Data](https://github.com/tamanishi/Pinky3), [Pinky4 PCB & Case Data](https://github.com/tamanishi/Pinky4) |
| 10 | 9 | ||
| 11 | Make example for pinky(3rows) keyboard (after setting up your build environment): | 10 | Make example for this keyboard (after setting up your build environment): |
| 12 | 11 | ||
| 13 | make pinky:default | 12 | make pinky/3:default # for Pinky3 |
| 14 | or | 13 | make pinky/4:default # for Pinky4 |
| 15 | make pinky/3:default | ||
| 16 | 14 | ||
| 17 | Make example for pinky(4rows) keyboard (after setting up your build environment): | 15 | Flashing example for this keyboard: |
| 18 | 16 | ||
| 19 | make pinky/4:default | 17 | make pinky/3:default:flash # for Pinky3 |
| 18 | make pinky/4:default:flash # for Pinky4 | ||
| 20 | 19 | ||
| 21 | Install example for pinky(3rows) keyboard: | 20 | To reset the board into bootloader mode, double-tap the Reset switch mounted on the PCB. |
| 22 | |||
| 23 | make pinky:default:avrdude | ||
| 24 | 21 | ||
| 25 | 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). | 22 | 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). |
