summaryrefslogtreecommitdiff
path: root/keyboards/kira80/readme.md
diff options
context:
space:
mode:
authorelmo-space <lorwel@mailbox.org>2020-03-09 20:39:41 +0100
committerGitHub <noreply@github.com>2020-03-09 12:39:41 -0700
commit5e4fcfac1cdb749d70e743edc44ce185cb4545bf (patch)
tree62555338d4ff7d3da22fcdb3d89c8276db94286d /keyboards/kira80/readme.md
parent89ef9de98cc54462aa5b7938ec55bdc089541c74 (diff)
[Keyboard] Add Kira 80 support (#8342)
* add kira 80 initial support * Delete config.h * Update keyboards/kira80/keymaps/default/keymap.c * Update keyboards/kira80/readme.md * Update keyboards/kira80/rules.mk * Update keyboards/kira80/usbconfig.h * Update keyboards/kira80/usbconfig.h * Update keyboards/kira80/usbconfig.h * Update keyboards/kira80/usbconfig.h * update readme and fix wrong LED assignment (scrolllock instead of numlock) * Update keyboards/kira80/rules.mk * fix weird double commit * exchange images in readme for smaller versions * Update keyboards/kira80/readme.md * Update keyboards/kira80/readme.md * Update keyboards/kira80/readme.md * Update keyboards/kira80/readme.md * Apply suggestions from code review * Apply suggestions from code review
Diffstat (limited to 'keyboards/kira80/readme.md')
-rw-r--r--keyboards/kira80/readme.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/keyboards/kira80/readme.md b/keyboards/kira80/readme.md
new file mode 100644
index 0000000000..535e191bf4
--- /dev/null
+++ b/keyboards/kira80/readme.md
@@ -0,0 +1,50 @@
+# Kira 80/TKL
+
+![kira80](https://i.imgur.com/QnGKnaml.jpg)
+![kira80pcb](https://i.imgur.com/wrEZhg5l.jpg)
+
+Custom TKL keyboard designed and made by Thesiscamper and EVE
+
+* Keyboard Maintainer: [elmo-space](https://github.com/elmo-space)
+* Hardware Supported: Kira 80 PCB made by EVE
+* Hardware Availability: limited [Group Buy](https://geekhack.org/index.php?topic=96381.0) finished
+
+Make example for this keyboard (after setting up your build environment):
+
+ make kira80:default
+
+Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid))
+
+ make kira80:default:flash
+
+**Reset Key:** Hold down the key located at `K102`, commonly programmed as 'Pause' while plugging in the keyboard.
+
+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).
+
+## Hardware Information
+
+Controller: ATmega32A
+
+### Pinout:
+
+|Pin |Use | |Pin |Use |
+|----|---------|-|----|---------------|
+|`A1`|Column 0 | |`B1`|Row 0 |
+|`A2`|Column 1 | |`B2`|Row 1 |
+|`A3`|Column 2 | |`B3`|Row 2 |
+|`A4`|Column 3 | |`B5`|Row 3 |
+|`A5`|Column 4 | |`B6`|Row 4 |
+|`A6`|Column 5 | |`B7`|Row 5 |
+|`A7`|Column 6 | |`B0`|Row 6 |
+|`C7`|Column 7 | | | |
+|`C6`|Column 8 | |`D1`|Caps Lock LED |
+|`C5`|Column 9 | |`D6`|Scroll Lock LED|
+|`C4`|Column 10| |`D4`|Backlight |
+|`C3`|Column 11| | | |
+|`A0`|Column 12| |`D2`|USB D+ |
+|`C2`|Column 13| |`D3`|USB D- |
+|`D7`|Column 14| | | |
+
+### Layout matrix:
+
+![matrix](https://i.imgur.com/FqjTNQS.png)