Skip to content

Commit 93259b0

Browse files
committed
Updating documentation (adding pinout)
1 parent d617477 commit 93259b0

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

keyboard/ergomod/README.md

+34
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,39 @@ Move to this directory then just run `make` like:
1414

1515
$ make
1616

17+
## Pinout
18+
I use a Teensy 2.0++ (for future features), here is the pinout.
19+
20+
### Matrix
21+
22+
LeftPad (8x5):
23+
col 0 1 2 3 4 5 6 7
24+
row -------------------------------------------------------------------
25+
0| ~ 1 2 3 4 5 6 BSpace
26+
1| { Q W E R T Fn Shift
27+
2| LCtrl A S D F G Tab L1
28+
3| LShift Z X C V B _NONE_ L0
29+
4| LAlt Insert Home PgUp End Meta PgDown _NONE_
30+
31+
RightPad(8x5):
32+
col 8 9 A B C D E F
33+
row -------------------------------------------------------------------
34+
0| Space 7 8 9 0 - + "
35+
1| Return Esc Y U I O P }
36+
2| L2 | H J K L ; RCtrl
37+
3| L0 _NONE_ N M < > ? RShift
38+
4| _NONE_ Down Meta Left Up Right Delete RAlt
39+
40+
### Columns
41+
42+
col: 0 1 2 3 4 5 6 7 8 9 A B C D E F
43+
pin: F0 F1 F2 F3 F4 F5 F6 F7 C0 C1 C2 C3 C4 C5 C6 C7
44+
45+
### Rows
46+
47+
row: 0 1 2 3 4
48+
pin: D0 D1 D2 D3 D4
49+
1750
## Keymap
1851
Several version of keymap are available in advance but you are recommended to define your favorite layout yourself. To define your own keymap create file named `keymap_<name>.c` and see keymap document(you can find in top README.md) and existent keymap files.
1952

@@ -22,6 +55,7 @@ To build firmware binary hex file with a certain keymap just do `make` with `KEY
2255
$ make KEYMAP=[mod]
2356

2457

58+
2559
### 1 Mod
2660
[keymap_mod.c](keymap_mod.c) contains sources for the following layout.
2761

keyboard/ergomod/doc/ergomod.txt

+8
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ ergomod switch matrix.
3737
2| L2 | h j k l ; RCtrl
3838
3| L0 _NONE_ n m < > ? RShift
3939
4| _NONE_ Down Meta Left Up Right Delete RAlt
40+
41+
Teensy 2.0++ pinout
42+
43+
col: 0 1 2 3 4 5 6 7 8 9 A B C D E F
44+
pin: F0 F1 F2 F3 F4 F5 F6 F7 C0 C1 C2 C3 C4 C5 C6 C7
45+
46+
row: 0 1 2 3 4
47+
pin: D0 D1 D2 D3 D4

0 commit comments

Comments
 (0)