[Keymap] Updated layout after some months of testing. (#5427)

* Updated layout after some months of testing.

The current setup looks quite better than the initial one. It's not
perfect but it allows me to work quite well.

The only big problem is the Alt modifiers on the home row which
sometimes break the typing if keys are pressed too fast. I'm also not
satisfied by the TAB key position on the thumb cluster.

Main improvements since previous push:
- Shift layouts on both halves
- Moved around symbols
- Improved number/fn keys
- Reorganized thumbs

* Used enum as suggested by @drashna :-)
This commit is contained in:
FiNeXdesign
2019-03-18 19:09:37 +01:00
committed by Drashna Jaelre
parent 83937573d1
commit 473dedb309
4 changed files with 352 additions and 114 deletions

View File

@@ -4,27 +4,61 @@
## Features
- Enabled USE_SERIAL for Falba.Tech Redox keyboards.
- PC Layouts: QWERTY, Colemak Mod DH-MK.
- Mac Layouts: same as above with CTRL-GUI keys inverted on the bottom row.
- Added redundant "Space", "Esc" and "Ctrl" keys.
- Added macro to print "->" and "=>" strings.
- Added macro to print ":-( " and ":-) " strings.
- PC Layouts: Colemak Mod DH-MK, Qwerty.
- Mac Layouts: same as above with CTRL-GUI keys inverted.
- Added redundant `Space`, `Esc`, `Ctrl` and `Enter` keys. I like to have this
keys on both halves.
- Added macro to print `->` and `=>` strings.
- Added macro to print `:-( ` and `:-) ` strings.
- Added more arrows.
- Added "(" and ")" on Shifts keys.
- Added Shift on both ) "Enter" keys.
- Added `(` and `)` on Shifts keys.
- Tapdance: `:` (`;` × 2), `{` (`[` × 2), `}` (`]` × 2).
- Removed Mouse and media support.
- Added missing "Print Screen" and "Menu" keys.
- Added missing "F11" and "F12" keys.
- Added `Alt` modifier on home row.
- Added `Shift other half` on home keys: this allows to shift the right half
pressing `t` on the left (or `f` using Qwerty), and the opposite pressing `n`
(or `j` for Qwerty layout).
## Layers
## Description
This keymap use the default one with some changes to suit my needs. Mainly
having most used symbol on a separated layer copying the common symbols on the
number keys on the second row and adding other symbols and ``|´` dead keys for
accents.
## Main Keyboard Layout
[TODO]
This keymap use the default one with some minor improvements to suit my needs.
## Changelog
- 2018/11/13
First public release
First public release.
- 2018/12/04
Added Caps Lock, Num Lock and Insert on Symbols Layout. Inverted KC_GRV and
KC_QUOT on Symbols Layout. Added "Toggle Symbols Layout" and "Momentarily
activates Symbols Layout" on bottom row. Added Space/Control on left bottom
corner: now both halves contains Enter and Space keys.
- 2018/12/23
Moved around modifiers key.
Added MEH and HYPER keys.
Improved symbols layout.
Rearranged layers.
- 2019/01/04
Added new layer with numeric keypad and rearranged symbols.
- 2019/01/26
Added curly brackets on own keys (normally unused).
Added tap dance for testing purpose.
Minor fixes.
- 2019/02/25
Major layouts upgrade, partially inspired by Steven Hum's Beakl layouts.
- 2019/03/17
Aligned qwerty and mac to main layout.
## TODO
@@ -32,4 +66,5 @@ This keymap use the default one with some minor improvements to suit my needs.
- Bring back mouse and multimedia keys.
- Add default Colemak Mod DH layout.
- Improve top corner keys.
- Improve bottom row keys (mostly KC_BSLS and KC_QUOT).
- Improve bottom row keys.
- Improve README.md