]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/redox/keymaps/finex/readme.md
Fixed tap/down/up handling in dynamic keymap macros (#5363)
[qmk_firmware.git] / keyboards / redox / keymaps / finex / readme.md
index f1b6fa7c7ba97f6133b5de4d383bb56bdf625fb8..9b88469a1339af434ac2d085d160d9aa348b6951 100644 (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