diff options
Diffstat (limited to 'keyboards/dumbpad/readme.md')
-rw-r--r-- | keyboards/dumbpad/readme.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/dumbpad/readme.md b/keyboards/dumbpad/readme.md new file mode 100644 index 000000000..ad72ed58d --- /dev/null +++ b/keyboards/dumbpad/readme.md | |||
@@ -0,0 +1,23 @@ | |||
1 | # dumbpad | ||
2 | |||
3 |  | ||
4 | |||
5 | dumbpad is a num/macro pad available in two major form factors - single- and dual-rotary encoder. | ||
6 | |||
7 | * Single-encoder PCBs are reversible - components can be soldered to either side to allow | ||
8 | the encoder to be on either the left or right side. | ||
9 | * Dual-encoder PCBs come in two versions - one with the encoders in the bottom corners, the otherin the top corners | ||
10 | |||
11 | Support for dumbpad all PCB revisions can be found in this directory. | ||
12 | |||
13 | * Maintainer: [imchipwood](https://github.com/imchipwood) | ||
14 | * PCB repository: [dumbpad on github](https://github.com/imchipwood/dumbpad) | ||
15 | * PCB revisions: | ||
16 | * v0.x - these revisions have two LEDs for layer indication | ||
17 | * ['v0x'](v0x/): Default setup for single rotary encoder v0.x PCBs | ||
18 | * ['v0x_right'](v0x_right/): Same as v0x but with rotary encoder on right side (components on bottom of PCB) | ||
19 | * ['v0x_dualencoder'](v0x_dualencoder/): Dual-encoder PCBs | ||
20 | * v1.x - these revisions have three LEDs - two for layer indication, one for numlock indication | ||
21 | * ['v1x'](v1x/): Default setup for v1.x PCBs with a single rotary encoder on the left side | ||
22 | * ['v1x_right'](v1x_right/): Same as v1x but with rotary encoder on right side (components on bottom of PCB) | ||
23 | * ['v1x_dualencoder'](v1x_dualencoder/): v1x PCB with two rotary encoders | ||