]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox/keymaps/algernon/readme.md
Add double arrow Unicode characters to FMU layer
[qmk_firmware.git] / keyboards / ergodox / keymaps / algernon / readme.md
1 <!-- -*- mode: markdown; fill-column: 8192 -*- -->
2
3 algernon's layout
4 =======================
5
6 This is an unconventional layout for the ErgoDox EZ. For more details about the history of the layout, see my [blog posts about my ErgoDox journey][blog-ergodox].
7
8  [blog-ergodox]: https://asylum.madhouse-project.org/blog/tags/ergodox/
9
10 Some of the things in the layout only work when one uses Spacemacs and GNOME under Linux. Your mileage may vary.
11
12 ## Table of Contents
13
14 * [Layouts](#layouts)
15     - [Base layer](#base-layer)
16     - [ADORE layer](#adore-layer)
17     - [Hungarian layer](#hungarian-layer)
18     - [Navigation and media layer](#navigation-and-media-layer)
19     - [Steno layer](#steno-layer)
20     - [LED states](#led-states)
21 * [Tools](#tools)
22     - [Heatmap](#heatmap)
23 * [Special features](#special-features)
24     - [Unicode Symbol Input](#unicode-symbol-input)
25 * [Building](#building)
26     - [Using on Windows](#using-on-windows)
27 * [Changelog](#changelog)
28 * [License](#license)
29
30 # Layouts
31
32 ## Base layer
33
34 [![Base layer](images/base-layer.png)](http://www.keyboard-layout-editor.com/#/gists/28f7eb305fdbff943613e1dc7aa9e82b)
35
36 At its core, this is a Dvorak layout, with some minor changes. The more interesting parts are how certain keys behave:
37
38 * The keys on the number row double as function keys, when held for a bit longer than an usual tap. This allows me to use the function keys without having to switch layers.
39 * The `Shift`, `Alt`, and `Control` modifiers are one-shot. When tapped, they are considered active for the next key press only. When double tapped, they toggle on, until a third, single tap sometime later. When held, they act as expected. My usual pattern is that I use these for the next keypress only, so this behaviour is perfect. If I need them held, I'll just double-tap.
40 * The `GUI` key is special, because when I double-tap it, it sends `GUI + w`, which pops up an application selector. It also switches to a one-shot layer, where the number row on the left half turns into app selector macros, for the most common things I usually want to switch to. Otherwise it behaves as on a normal layout.
41 * The `ESC` key also doubles as a one-shot cancel key: if tapped while any of the one-shot modifiers are in-flight (as in, single-tapped, and not expired yet), it cancels all one-shot modifiers. It also cancels the **Hun** layer, if active. Otherwise it sends the usual keycode.
42 * The **Media** and **Hun** layer keys are one-shot, the **STENO** key is a toggle.
43 * When holding any of the **Arrow** layer keys, the arrow layer activates while the layer key is held. Tapping the key produces the normal key.
44 * Tapping the `:` key once yields `:`, tapping it twice yields `;`.
45 * The **Lead** key allows me to type in a sequence of keys, and trigger some actions:
46     - `LEAD u` enters unicode input mode, by sending the GTK+ key sequence that does this.
47     - `LEAD l` uses the unicode input method to enter a `λ`.
48     - `LEAD s` does a lot of magic to type in a shruggie: `¯\_(ツ)_/¯`
49     - `LEAD y` types `\o/`.
50     - `LEAD w m` maximises the currently focused window.
51     - `LEAD a` makes the [ADORE layer](#adore-layer) the default.
52     - `LEAD v` prints the firmware version, the keyboard and the keymap.
53     - `LEAD d` toggles logging keypress positions to the HID console.
54     - `LEAD t` toggles time travel. Figuring out the current `date` is left as an exercise to the reader.
55     - `LEAD LEAD u` enters the [Unicode symbol input][#unicode-symbol-input] mode.
56
57 ## ADORE layer
58
59 [![ADORE layer](images/adore-layer.png)](http://www.keyboard-layout-editor.com/#/gists/45681a17453d235925b6028dd83bf12a)
60
61 While using the standard Dvorak layout, I encountered a number of inconveniences, and on this layer, I am playing with ideas to make the layout feel better. Initially, it was based on [Capewell-Dvorak][cpd], but that too, had shortcomings I was not happy with. So now this is something inbetween, with own observations thrown in. How it works out in the long run remains to be seen.
62
63  [cpd]: http://www.michaelcapewell.com/projects/keyboard/layout_capewell-dvorak.htm
64  
65 Based on a week and a half of typing, the keys were rearranged, and the home row neatly spelled out **ADORE**, that gave the layout its name.
66
67 ## Hungarian layer
68
69 [![Hungarian layer](images/hun-layer.png)](http://www.keyboard-layout-editor.com/#/gists/b160f6ec90d58c127c114c89f66e9dc9)
70
71 On this layer, the accented characters are at the same position as their base variant. For some, which can have other diatribes, the long one is on top, short's on bottom. Tapping any of the accented characters takes us back to the base layer.
72
73 ## Navigation and media layer
74
75 [![Navigation and media layer](images/nav-n-media-layer.png)](http://www.keyboard-layout-editor.com/#/gists/c59c453f9fe1a3238ba1494e7e5c6892)
76
77 This layer is primarily for navigating with the cursor or the mouse, and some media things.
78
79 ## Steno layer
80
81 [![Steno layer for Plover](images/steno-layer.png)](http://www.keyboard-layout-editor.com/#/gists/401ef9a84369e47c57f9aedcf0a0d667)
82
83 This is to be used with [Plover](http://www.openstenoproject.org/plover/), nothing really fancy here. The **STENO** key toggles the layer on and off, and sends the toggle command to Plover too.
84
85 ## LED states
86
87 The primary purpose of the LEDs is to show the modifier status, a secondary, to show which layer is active. Each modifier, `Shift`, `Alt` and `Control` each have their designated LEDs: the *red*, *green* and *blue*, respectively. When a modifier is in a one-shot state, the respective LED will turn on with a dimmer light. If the modifier is toggled on, the brightness of the LED turns full.
88
89 For the layers, the following rules apply:
90
91 * When the [ADORE layer](#adore-layer) is toggled on, LEDs will light up from left to right in a sequence, then turn off. When the layer is toggled off, the LEDs light up and turn off in the other direction. No LEDs are on while the layer is active.
92 * When the [Hungarian layer](#hungarian-layer) is active, the *green* and *blue* LEDs are on.
93 * When the [Navigation and media layer](#navigation-and-media-layer) is active, the *red* and *green* ones are on.
94 * For the [Steno layer](#steno-layer), all LEDs will be turned on.
95
96 Unless noted otherwise, the layers use a dim light for the LEDs, while modifiers use a stronger one, and modifiers override any layer preferences. For example, when on the one-handed layer, with the left side active (*red* light blinking), if `Shift` is on, the *red* light will be constantly on.
97
98 # Special features
99
100 ## Unicode Symbol Input
101
102 Once in the Unicode Symbol Input mode, one is able to type in symbol names, press `Enter` or `Space`, and get the Unicode symbol itself back. When in the mode, a capital `U` is printed first. Once the sequence is finished, all of it is erased by sending enough `Backspace` taps, and the firmware starts the OS-specific unicode input sequence. Then, it looks up the symbol name, and enters the associated code. If it is not found, it will just replay the pressed keycodes.
103
104 The currently supported symbols are:
105
106 - `snowman`: ☃
107 - `kiss`: 😙
108 - `rofl`: 🤣
109 - `poop`: 💩
110
111 This is an experimental feature, and may or may not work reliably.
112
113 # Tools
114
115 ## Heatmap
116
117 When the keypress logging functionality is enabled (by `LEAD d`), the keyboard will output a line every time a key is pressed, containing the position of the key in the matrix. This allows one to collect this information, and build analytics over it, such as a heat map, including dead keys too.
118
119 Included with the firmware is a small tool that can parse these logs, and create a heatmap that one can import into [KLE][kle]. To use it, simply point `tools/log-to-heatmap.py` to a base layout file (one is included in the `tools/` directory), and the key position log. The latter one can create by running `hid-listen`, and redirecting its output to a file.
120
121  [kle]: http://www.keyboard-layout-editor.com/
122
123 The generated heatmap looks somewhat like this:
124
125  ![Heatmap](images/heatmap.png)
126
127 # Building
128
129 To make my workflow easier, this layout is maintained in [its own repository][algernon:ez-layout]. To build it, you will need the [QMK][qmk] firmware checked out, and this repo either checked out to something like `keyboards/ergodox_ez/algernon-master`. One way to achieve that is this:
130
131  [algernon:ez-layout]: https://github.com/algernon/ergodox-layout
132  [qmk]: https://github.com/jackhumbert/qmk_firmware
133
134 ```
135 $ git clone https://github.com/jackhumbert/qmk_firmware.git
136 $ cd qmk_firmware
137 $ git clone https://github.com/algernon/ergodox-layout.git \
138             keyboards/ergodox/keymaps/algernon-master
139 $ make keyboard=ergodox keymap=algernon-master
140 ```
141
142 From time to time, updates may be submitted back to the QMK repository. If you are reading it there, you can build the firmware like any other firmware included with it (assuming you are in the root directory of the firmware):
143
144 ```
145 $ make keyboard=ergodox keymap=algernon
146 ```
147
148 ## Using on Windows
149
150 The keymap default to forcing NKRO, which seems to upset Windows, and except the modifiers, none of them work. If you experience this problem, recompile the firmware with `FORCE_NKRO=no` added to the `make` command line.
151
152 # Changelog
153
154 ## v1.5 - 2016-08-12
155
156 * The **1HAND** layer has been removed.
157 * A `Delete` key is now available on the right thumb cluster.
158 * The [ADORE](#adore-layer) layer received a major update, see the layout image above.
159 * It is now possible to enable automatic logging for the [ADORE](#adore-layer) layer, by setting the `ADORE_AUTOLOG` makefile variable to `yes` when compiling the keymap. It is off by default.
160 * The `~` key and the `Media Next/Prev` key have been swapped on the [base layer](#base-layer).
161 * On the **ARROW** layer, `Backspace` has been replaced by `Enter`.
162 * There is some experimental support for entering Unicode symbols.
163
164 ## v1.4 - 2016-07-29
165
166 * When toggling the key logging on or off, the LEDs will do a little dance.
167 * The keylogger is now optional, but enabled by default. Use `KEYLOGGER_ENABLE=no` on the `make` command line to disable it.
168 * The `TAB`/`ARRW` key was turned into a tap-dance key, allowing one to toggle the **ARROW** layer on by double-tapping, and as such, avoid the need to hold the key.
169 * The `-`/`_` key was turned into a tap-dance key too.
170 * There is now a way to travel time with the keyboard, toggle the feature on by hitting `LEAD t`.
171
172 ## v1.3 - 2016-07-06
173
174 * Added support for logging keys, by pressing `LEAD d`. Also included is a tool to generate a [heatmap](#heatmap) out of the logs.
175 * The arrow and navigation keys were rearranged again, and now require an additional key being held to activate. See the [base layer](#base-layer) for an image that shows where arrows are.
176 * The **experimental** layer has been redone, and is now called [ADORE](#adore-layer), and as such, can be enabled by `LEAD a` now.
177 * Switching between Dvorak and ADORE is now persisted into EEPROM, and survives a reboot.
178
179 ## v1.2 - 2016-06-22
180
181 * The forced NKRO mode can be easily toggled off at compile-time, to make the firmware compatible with [certain operating systems](#using-on-windows).
182 * The `:;` key has changed behaviour: to access the `;` symbol, the key needs to be double-tapped, instead of shifted.
183 * The `=` and `\` keys were swapped, `=` moved to the home row, on both the [base](#base-layer) and the **experimental** layers.
184 * The arrow and navigation keys were redone, they are now more accessible, but the navigation keys require an extra tap to access.
185 * The **Emacs** layer is gone, replaced by a simplified [navigation and media](#navigation-and-media-layer) layer.
186 * `LEAD v` types the firmware version, and the keymap version.
187 * On the **experimental** layer, the `L` and `Q`, and the `K` and `G` keys were swapped.
188 * The [Steno](#steno-layer) layer gained a few more `#` and `*` keys, to make it easier on my fingers.
189
190 ## v1.1 - 2016-06-14
191
192 * The keyboard starts in NKRO mode, bootmagic and other things are disabled.
193 * A [Steno](#steno-layer) layer was added, to be used with Plover.
194 * An **experimental** layer was added, something halfway between Dvorak and Capewell-Dvorak. A work in progress.
195 * `LEAD y` types `\o/`.
196 * Some keys on the [Base](#base-layer) layer have been moved around:
197     - `?` moved to the left pinky, left of `Q`.
198     - `=` shifted one row down, but `F11` stayed where it was.
199     - `-` on the left half was replaced by `Tab`.
200     - `Tab`'s original position is taken by a `Media Next`/`Media Prev` key.
201     - `:` now inputs `;` when shifted.
202 * `ESC` cancels the [Hungarian](#hungarian-layer) layer too, not just modifiers.
203
204 ## v1.0 - 2016-05-26
205
206 Initial version.
207
208 # License
209
210 The layout, being a derivative of the original TMK firmware which is under the GPL-2+, this layout is under the GPL as well, but GPL-3+, rather than the older version.