summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/jot50/readme.md
diff options
context:
space:
mode:
authorjotix <47826561+jotix@users.noreply.github.com>2019-03-18 18:56:12 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-18 18:56:12 +0100
commitbd61b5b0ed76eb3b9676ef828b9e833cdb3301e5 (patch)
tree77ac3524acead0a7e22fc6b3cf690520e61ab710 /keyboards/handwired/jot50/readme.md
parent68d4f78b2580a2f216112880b18341ca6e429d15 (diff)
downloadqmk_firmware-bd61b5b0ed76eb3b9676ef828b9e833cdb3301e5.tar.gz
qmk_firmware-bd61b5b0ed76eb3b9676ef828b9e833cdb3301e5.tar.xz
[Keyboard] Add Jot50 handwired board (#5431)
Diffstat (limited to 'keyboards/handwired/jot50/readme.md')
-rw-r--r--keyboards/handwired/jot50/readme.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/handwired/jot50/readme.md b/keyboards/handwired/jot50/readme.md
new file mode 100644
index 000000000..fea08b82d
--- /dev/null
+++ b/keyboards/handwired/jot50/readme.md
@@ -0,0 +1,37 @@
+# Jotanck
+
+![Jotanck]
+
+A compact 50% (12x5) ortholinear keyboard kit inspired in the Preonic made by jotix.
+
+Keyboard Maintainer: [jotix](https://github.com/jotix)
+Hardware Supported: Arduino Pro Micro
+
+### Arduino Pro Micro Pinout
+
+| Rows | 0 | 1 | 2 | 3 | 4 |
+|-------------|----|----|----|----|----|
+| Arduino pin | 6 | 7 | 8 | 10 | 16 |
+| QMK pin | D7 | E6 | B4 | B6 | B2 |
+
+| Columns | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
+|-------------|----|----|----|----|----|----|-----|-----|----|----|----|----|
+| Arduino pin | A3 | A2 | A1 | A0 | 15 | 14 | TX0 | RXI | 2 | 3 | 4 | 5 |
+| QMK pin | F4 | F5 | F6 | F7 | B1 | B3 | D3 | D2 | D1 | D0 | D4 | C6 |
+
+| | Backlight |
+|-------------|-----------|
+| Arduino pin | 9 |
+| QMK pin | B5 |
+
+### Compiling the Firmware
+
+Make example for this keyboard (after setting up your build environment):
+
+ make handwired/jot50:default
+
+### The Defaukt Keymap
+
+![Default Keymap](https://i.imgur.com/4WTmcSN.jpg)
+
+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).