aboutsummaryrefslogtreecommitdiff
path: root/keyboards/pinky/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pinky/readme.md')
-rw-r--r--keyboards/pinky/readme.md25
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 @@
1Pinky 1# Pinky
2===
3 2
4A split keyboard with 3 or 4 x7 vertically staggered keys and 4 thumb keys. 3A split keyboard with 3 or 4 x7 vertically staggered keys and 4 thumb keys.
5An 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). 4An 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
7Keyboard 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)
8Hardware Supported: Pinky3(3rows) or Pinky4(4rows) PCB, Pro Micro 7* Hardware Supported: [Pinky3 (3rows)](3/) or [Pinky4 (4rows)](4/) PCB, Pro Micro
9Hardware 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
11Make example for pinky(3rows) keyboard (after setting up your build environment): 10Make 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
17Make example for pinky(4rows) keyboard (after setting up your build environment): 15Flashing 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
21Install example for pinky(3rows) keyboard: 20To reset the board into bootloader mode, double-tap the Reset switch mounted on the PCB.
22
23 make pinky:default:avrdude
24 21
25See 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). 22See 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).