ErgoDox Walkthrough
The ErgoDox contains examples of more complex layouts than the Planck.
A few key points:
- It includes CSS
- All children of a given
<keymap-ui>
element use the same shadow DOM, so CSS in a keyboard affects all of it. (This is required to draw lines to the keyboard keys.)
- All children of a given
- It uses multiple keygrids
l-f
: Left finger gridl-t
: Left thumb gridr-f
: Right finger gridr-t
: Right thumb grid- Remember that key IDs are based on their grid name and position,
so
l-f-1-1
andr-f-1-1
are different keys.