]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/mitosis/keymaps/datagrok/readme.md
several improvements for mitosis:datagrok (#1960)
[qmk_firmware.git] / keyboards / mitosis / keymaps / datagrok / readme.md
1 ![mitosis:datagrok layout image](https://i.imgur.com/Lt0t0nq.png)
2
3 [Keyboard layout editor source](http://www.keyboard-layout-editor.com/#/gists/e1a6a7a480fd4984c0bed38ee35f6c4f)
4
5 # a layout for the Mitosis
6
7 - Emphasis on momentary modifiers, all usable from either hand, arranged
8   symmetrically, but distinguishable left/right by the OS. Shift, Fn1
9   ("Lower"), Fn2 ("Raise"), Super ("Windows"), Meta ("Alt"), Hyper.
10
11 - Fn1 and Fn2 are used to momentary-enable (like a shift key) one of three layers:
12
13     - Fn1 (Red): Symbols layer
14     - Fn2 (Blue): Numbers layer
15     - Both: Functions layer
16
17 - The base layer is a slight variant of [Workman][]. QWERTY may be toggled-on.
18
19 - Paired programming symbols (braces, brackets, parentheses) are arranged
20   symmetrically in the symbols layer. `?` and `!` are moved to take the place
21   of `<` and `>`.
22
23 - No OS keymap modification required.
24
25 ## Design notes
26
27 - **I use an 8Mhz Pro Micro.** If you want to use this keymap with the standard
28   16Mhz Pro Micro specified in the Mitosis design:
29
30     - Remove the lines in `rules.mk` mentioning `F_CPU` and `F_USB`.
31     - Remove the lines in `config.h` mentioning `SERIAL_UART_BAUD`.
32
33 - I'm learning a new key placement, so might as well go all out and use an
34   optimal non-QWERTY layout.
35
36 - I like the way Workman feels and some of its advantages over Colemak.
37   Unfortunately, it was designed using a weighting system based on a standard
38   column-staggered keyboard so is probably not as optimal as one could achieve
39   on an ergonomic board like the Mitosis.
40
41 - Arrows in the home position (on a layer). Mod+Arrows = PgUp/PgDn/Home/End,
42   which is intuitive for me
43
44 ### Abandoned ideas
45
46 - ~~"Since QWERTY and Workman keep angle brackets together, place other
47   enclosing symbols on the same keys. This informs the numbers placement,
48   which informs the function-key placement."~~
49
50     - I tried this and it was bad. I don't like having to pick the right
51       modifier to get the right flavor of bracket. Instead, now, one modifier
52       activates a symbols layer where all brackets are easily accessible.
53
54 - Space/Enter to the left of layer select for Enter doesn't work well; I always
55   trigger space first.
56
57 - I used to have Blue layer on ring finger, but that was too hard to use in
58   conjunction with shift.
59
60 ## To do
61
62 - Improve LED indications (may require modding bluetooth firmware):
63     - Is any board nonresponsive (which one?)
64     - Does either board have a low battery?
65 - Add Insert, PrintScr, Pause/Break
66 - Make QWERTY base layer for people who customize layout in software? Store
67   default base layer in eeprom?
68 - See if the henkans placement is at all useful for Japanese speakers, or abuse
69   different keysyms
70 - Mod a speaker onto my receiver and enable tones
71 - Implement "layer lock" key
72 - Improve tri-layer behavior
73
74 [Workman]: https://viralintrospection.wordpress.com/2010/09/06/a-different-philosophy-in-designing-keyboard-layouts/