]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/jot50/readme.md
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / handwired / jot50 / readme.md
1 # Jotanck
2
3 ![Jotanck]
4
5 A compact 50% (12x5) ortholinear keyboard kit inspired in the Preonic made by jotix.
6
7 Keyboard Maintainer: [jotix](https://github.com/jotix)  
8 Hardware Supported: Arduino Pro Micro  
9
10 ### Arduino Pro Micro Pinout
11
12 | Rows        | 0  | 1  | 2  | 3  | 4  |
13 |-------------|----|----|----|----|----|
14 | Arduino pin | 6  | 7  | 8  | 10 | 16 |
15 | QMK pin     | D7 | E6 | B4 | B6 | B2 |
16
17 | Columns     | 0  | 1  | 2  | 3  | 4  | 5  | 6   | 7   | 8  | 9  | 10 | 11 |
18 |-------------|----|----|----|----|----|----|-----|-----|----|----|----|----|
19 | Arduino pin | A3 | A2 | A1 | A0 | 15 | 14 | TX0 | RXI | 2  | 3  | 4  | 5  |
20 | QMK pin     | F4 | F5 | F6 | F7 | B1 | B3 | D3  | D2  | D1 | D0 | D4 | C6 |
21
22 |             | Backlight |
23 |-------------|-----------|
24 | Arduino pin | 9         |
25 | QMK pin     | B5        |
26
27 ### Compiling the Firmware
28
29 Make example for this keyboard (after setting up your build environment):
30
31     make handwired/jot50:default
32
33 ### The Defaukt Keymap
34
35 ![Default Keymap](https://i.imgur.com/g85V8K6.png)
36
37 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).