Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional info about TMO50 #4980

Merged
merged 7 commits into from
Jan 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions keyboards/tmo50/keymaps/default/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Additional info

## Matrix

You probably tried or will try to configure the keymapping to your liking. To make it easier configuring your layouts, photo of keyboards matrix will help.

![TMO50 matrix](https://i.imgur.com/ud7RB8d.png)

As you can see here matrix consists of 4 rows and 14 columns. But the tricky part is that topmost left key (Tab/Esc) is connected to row 3 - this is done so there's no 15th column that would connect only one key to seperate pin. This also poses an thread that you will configure your layout incorrectly because KC_TAB is not in the correct place *[visually](https://i.imgur.com/RtoD9F6.png)* in *keymap.c* file. Please take this into account when making changes and double-check this.

## Pinout

Most of the pinout can be found in *config.h* but there's here's a table of all the used pins for TMO50 (including indicator LED pins)

| Pin | Assigned to |
|---|---|
| D5 | Row 0 |
| D3 | Row 1 |
| D2 | Row 2 |
| D0 | Row 3 |
| | |
| D1 | Col 0 |
| D4 | Col 1 |
| F0 | Col 2 |
| F1 | Col 3 |
| F4 | Col 4 |
| F5 | Col 5 |
| F6 | Col 6 |
| F7 | Col 7 |
| D6 | Col 8 |
| D7 | Col 9 |
| B4 | Col 10 |
| B5 | Col 11 |
| B6 | Col 12 |
| C6 | Col 13 |
| | |
| B7 | Backlight |
| C7 | RGB LEDs |
| B0 | LED 4 (L4) |
| B1 | LED 3 (L3) |
| B2 | LED 2 (L2) |
| B3 | LED 1 (L1) |

## Indicator LEDs

Their size is 2×3×4mm. The THT hole without a circle on the pcb is VCC(+) and the other one is connect to their corresponding pin.
2 changes: 1 addition & 1 deletion keyboards/tmo50/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tmo50

![tmo50](https://imgur.com/BhRYzl6.jpg)
![TMO50](https://imgur.com/BhRYzl6.jpg)

TMO50 is a 50% mechanical keyboard with macro column on the left side. Sub60% board without compromises.

Expand Down