From 978fa700d8dc7e857518be4af30ff06d1469ccd3 Mon Sep 17 00:00:00 2001 From: yttyx Date: Sun, 8 Jul 2018 01:36:01 +0100 Subject: Added my Balance 12 layout for Atreus (#3336) * New Balance Twelve-based layout for the Atreus keyboard * Rearrange cursor keys. Fix layout comment typo. * Added Balance 12 layout for Atreus * Changes following review. --- keyboards/atreus/keymaps/yttyx/README.md | 77 ++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 keyboards/atreus/keymaps/yttyx/README.md (limited to 'keyboards/atreus/keymaps/yttyx/README.md') diff --git a/keyboards/atreus/keymaps/yttyx/README.md b/keyboards/atreus/keymaps/yttyx/README.md new file mode 100644 index 000000000..9ed9d6239 --- /dev/null +++ b/keyboards/atreus/keymaps/yttyx/README.md @@ -0,0 +1,77 @@ +# Overview + +A Balance 12 layout for the Atreus keyboard. + +Balance 12 was created by Sasha Viminitz. Please see [this page](https://mathematicalmulticore.wordpress.com/the-keyboard-layout-project/) +for some background on the design of the layout. + +* The variant used here is a mirror of the original for left-handers +* The central column of punctuation keys has been moved elsewhere +* Home positions for the left and right forefingers are *T* and *A* respectively + +## To build/flash + +> make atreus:yttyx:avrdude + +## Layers + +### Base: + + .----------------------------------. .------------------------------. + | P | L | C | D | W | | U | O | Y | K | Q | + +------+------+------+-----+-------| |------+-----+-----+-----+-----| + | N | R | S | T | M | | A | E | I | H | V | + +------+------+------+-----+-------| |------+-----+-----+-----+-----| + | Z | J | F | G | B | | , | . | ; | X | - | + +------+------+------+-----+-------+---------+------+-----+-----+-----+-----| + | Shft | Ctl | Alt | BS | Space | L1 | R1 | Shft | R2 | Win | Ctl | Alt | + '---------------------------------------------------------------------------' + +### L1: + + .---------------------------------. .--------------------------------. + | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | + |------+------+------+----+-------| |------+----+-----+------+-------| + | Tab | ? | = | - | _ | | ' | " | + | * | Enter | + |------+------+------+----+-------| |------+----+-----+------+-------| + | Esc | ! | & | | | | , | . | ; | | - | + |------+------+------+----+-------+---------+------+----+-----+------+-------| + | Shft | Ctrl | Alt | Bk | Space | L1 | R1 | Shft | R2 | Sup | Ctrl | Alt | + '----------------------------------------------------------------------------' + +### R1: + + .---------------------------------. .-------------------------------. + | < | > | { | } | @ | | $ | £ | | | R3 | + +------+------+-----+-----|-------| |------+----+-----+------+------| + | [ | ] | ( | ) | # | | ' | " | ~ | ` | Caps | + |------+------+-----+-----+-------| |------+----+-----+------+------| + | / | \ | ^ | | | % | | , | . | ; | | PScn | + |------+------+-----+-----+-------+---------+------+----+-----+------+------| + | Shft | Ctrl | Alt | Del | Space | L1 | R1 | Shft | R2 | Sup | Ctrl | Alt | + '---------------------------------------------------------------------------' + +### R2: + + .-----------------------------------. .--------------------.-----------------. + | F12 | F11 | F10 | F9 | Copy | | Home | Up | End | PgUp | Insert | + |------+------+------+------+-------| |------+------+------+------+----------| + | F8 | F7 | F6 | F5 | Paste | | Left | Down | Right| PgDn | Enter | + |------+------+------+------+-------| |------+------+------+------+----------| + | F4 | F3 | F2 | F1 | Cut | | ^Tab | | Tab | | | + |------+------+------+------+-------+---------+------+------+------+------+----------| + | Shft | Ctrl | Alt | Del | Undo | L1 | R1 | Shft | R2 | Sup | Ctrl | WinRight | + '------------------------------------------------------------------------------------' + +### R3: + + .----------------------------. .------------------------. + | RESET | | | | | | | | | | R3 | + |-------+----+-----+----+----| |----+----+----+----+----| + | | | | | | | | | | | | + |-------+----+-----+----+----| |----+----+----+----+----| + | | | | | | | | | | | | + |-------+----+-----+----+----+---------+----+----+----+----+----| + | | | | | | | | | | | | | + '---------------------------------------------------------------' + -- cgit v1.2.3