summaryrefslogtreecommitdiffstats
path: root/keyboards/redox/keymaps/finex/readme.md
diff options
context:
space:
mode:
authorFiNeXdesign <finex.design@gmail.com>2019-03-18 19:09:37 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-18 19:09:37 +0100
commit473dedb309800b1ea11dd6a16948e72bbdf158ae (patch)
tree105f134ce486af8a3371ffa2d789580d350d9d75 /keyboards/redox/keymaps/finex/readme.md
parent83937573d176b87785f4c6eb058ecf8e86033283 (diff)
downloadqmk_firmware-473dedb309800b1ea11dd6a16948e72bbdf158ae.tar.gz
qmk_firmware-473dedb309800b1ea11dd6a16948e72bbdf158ae.tar.xz
[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 :-)
Diffstat (limited to 'keyboards/redox/keymaps/finex/readme.md')
-rw-r--r--keyboards/redox/keymaps/finex/readme.md57
1 files changed, 46 insertions, 11 deletions
diff --git a/keyboards/redox/keymaps/finex/readme.md b/keyboards/redox/keymaps/finex/readme.md
index f1b6fa7c7..9b88469a1 100644
--- a/keyboards/redox/keymaps/finex/readme.md
+++ b/keyboards/redox/keymaps/finex/readme.md
@@ -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