summaryrefslogtreecommitdiff
path: root/keyboards/kyria/keymaps/mattir2/readme.md
diff options
context:
space:
mode:
authorMatt Gilbert <mattir@users.noreply.github.com>2021-02-16 10:45:28 -0500
committerGitHub <noreply@github.com>2021-02-16 10:45:28 -0500
commit43e314b64eff4f347d9d1eb110414dca00cb8e72 (patch)
treed29c58dc2f63a32603c0e292db2f28417dfd127c /keyboards/kyria/keymaps/mattir2/readme.md
parent3559284839c9a26df09fbfc8a4d0139572f006a6 (diff)
Add mattir2 keymap for Kyria (#11752)
* added files to support my 2nd kyria * fixed missing line * swapped thumb keys * Update keyboards/kyria/keymaps/mattir2/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/kyria/keymaps/mattir2/readme.md')
-rw-r--r--keyboards/kyria/keymaps/mattir2/readme.md67
1 files changed, 67 insertions, 0 deletions
diff --git a/keyboards/kyria/keymaps/mattir2/readme.md b/keyboards/kyria/keymaps/mattir2/readme.md
new file mode 100644
index 0000000000..117fba751d
--- /dev/null
+++ b/keyboards/kyria/keymaps/mattir2/readme.md
@@ -0,0 +1,67 @@
+# Mattir's keymap & configs for [Kyria](https://github.com/splitkb/kyria)
+
+## Keymap
+
+This is my customized keymap and layer setup for my second Kyria split keyboard. It's based largely on the defaults, but with several things moved to new layers. Keys in the diagrams below that are blank are "transparent" and they drop down to the lowest layer that has them defined.
+
+The PCBs for the Kyria are rev. 1.3
+Each half uses an Elite-C low-profile (rev 4) microcontroller with USB-C connector
+The boards are outfitted with Kailh Choc Jade switches and MBK keycaps
+
+Unlike my first build, this is a minimal build with no encoders, RGB LEDs, or OLED displays.
+
+### Base layer `QWERTY`
+
+```
+,-------------------------------------------. ,-------------------------------------------.
+| Esc | Q | W | E | R | T | | Y | U | I | O | P | \ | |
+|--------+------+------+------+------+------| |------+------+------+------+------+--------|
+| Tab | A | S | D | F | G | | H | J | K | L | ; : | ' " |
+|--------+------+------+------+------+------+-------------. ,-------------+------+------+------+------+------+--------|
+| Leader | Z | X | C | V | B | Shft | ` ~ | | L3 | Shft | N | M | , < | . > | / ? | - _ |
+`----------------------+------+------+------+------|------| |------|------+------+------+------+----------------------'
+ | Shft | Alt | Supr |L1/Spc|L2/Ent| |L2/Ent|L1/Spc| Bksp | Alt | Shft |
+ `----------------------------------' `----------------------------------'
+```
+
+### Symbols layer `LOWER`
+
+```
+,-------------------------------------------. ,-------------------------------------------.
+| | ! | @ | # | { | } | | | | | | | |
+|--------+------+------+------+------+------| |------+------+------+------+------+--------|
+| | $ | % | ^ | ( | ) | | = | + | - | * | / | |
+|--------+------+------+------+------+------+-------------. ,-------------+------+------+------+------+------+--------|
+| | & | | | [ | ] | | | | | | | | | | | |
+`----------------------+------+------+------+------|------| |------|------+------+------+------+----------------------'
+ | | | | | | | | | | | |
+ `----------------------------------' `----------------------------------'
+```
+
+### Numbers and mouse-keys layer `RAISE`
+
+```
+,-------------------------------------------. ,-------------------------------------------.
+| | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | |
+|--------+------+------+------+------+------| |------+------+------+------+------+--------|
+| Vol Up | | LMsB | MMsB | RMsB | MW Up| | Left | Down | Up | Right|Bri Up| |
+|--------+------+------+------+------+------+-------------. ,-------------+------+------+------+------+------+--------|
+| Vol Dn | Mute | Prev | Play | Next | MW Dn| MW L | MW R | | | | MLeft| Mdown| MUp |MRight|Bri Dn| |
+`----------------------+------+------+------+------|------| |------|------+------+------+------+----------------------'
+ | | | | | | | | | Del | | |
+ `----------------------------------' `----------------------------------'
+```
+
+### F-Keys and number-pad layer `FUNCS`
+
+```
+,-------------------------------------------. ,-------------------------------------------.
+| | F1 | F2 | F3 | F4 | F5 | | np + | np 7 | np 8 | np 9 | np * | |
+|--------+------+------+------+------+------| |------+------+------+------+------+--------|
+| | F6 | F7 | F8 | F9 | F10 | | np - | np 4 | np 5 | np 6 | np / | = |
+|--------+------+------+------+------+------+-------------. ,-------------+------+------+------+------+------+--------|
+| | F11 | F12 | | | | | | | | | np 0 | np 1 | np 2 | np 3 | np . | Enter |
+`----------------------+------+------+------+------| | | |------+------+------+------+----------------------'
+ | | | | | | | | | | | |
+ `----------------------------------' `----------------------------------'
+```