]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/jotanck/readme.md
[Keyboard] leds in default keymap (#6357)
[qmk_firmware.git] / keyboards / handwired / jotanck / readme.md
1 # Jotanck
2
3 ![Jotanck](https://i.imgur.com/bBfO4L2.jpg)
4
5 A compact 40% (12x4) ortholinear keyboard kit inspired in the Planck made by jotix.
6
7 Keyboard Maintainer: [jotix](https://github.com/jotix)  
8 Hardware Supported: Arduino Pro Micro  
9 Hardware Availability: [Mercado Libre](https://articulo.mercadolibre.com.ar/MLA-771696548-teclado-mecanico-handwired-black-switchs-pbt-keycaps-_JM)
10
11 ### Arduino Pro Micro Pinout
12
13 | Rows        | 0  | 1  | 2  | 3  |
14 |-------------|----|----|----|----|
15 | Arduino pin | 6  | 7  | 10 | 16 |
16 | QMK pin     | D7 | E6 | B6 | B2 |
17
18 | Columns     | 0  | 1  | 2  | 3  | 4  | 5  | 6   | 7   | 8  | 9  | 10 | 11 |
19 |-------------|----|----|----|----|----|----|-----|-----|----|----|----|----|
20 | Arduino pin | A3 | A2 | A1 | A0 | 15 | 14 | TX0 | RXI | 2  | 3  | 4  | 5  |
21 | QMK pin     | F4 | F5 | F6 | F7 | B1 | B3 | D3  | D2  | D1 | D0 | D4 | C6 |
22
23 |             | LED1 | LED2 |
24 |-------------|------|------|
25 | Arduino pin | 9    | 8    |
26 | QMK pin     | B5   | B4   |
27
28 ### Compiling the Firmware
29
30 Make example for this keyboard (after setting up your build environment):
31
32     make handwired/jotanck:default
33
34 ### The Defaukt Keymap
35
36 ![Default Keymap](https://i.imgur.com/xh7Dmd7.png)
37
38 To reset the keyboard press Ctrl+Esc+BackSpace
39
40 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).