Ergodox ez: Difference between revisions

From wikinotes
 
(4 intermediate revisions by the same user not shown)
Line 25: Line 25:
<blockquote>
<blockquote>
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
mode + (alt|win)  # increase/decrease brightness
m-1 + (alt|win)  # increase/decrease brightness
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- TL;DR -->
</blockquote><!-- TL;DR -->


== TODO ==
== Keymap ==
<blockquote>
<blockquote>
Mode-1
<pre>
<pre>
,-----,---,---,---,---,---,---,    ,---,---,---,---,---,---,-----,
,-----,---,---,---,---,---,---,    ,---,---,---,---,---,---,-----,
Line 41: Line 42:
| shft| z | x | c | v | b |V- |    |  | n | m | , | . | / |shft |
| shft| z | x | c | v | b |V- |    |  | n | m | , | . | / |shft |
`-----`---`---`---`---`---`---'    '---`---`---`---`---`---`-----`
`-----`---`---`---`---`---`---'    '---`---`---`---`---`---`-----`
   | ~ | " |   | <-|-> |,--- ---, ,--- ---,|   |   |   |   |     |
   | ~ |/\ |\/ |<- |-> |,--- ---, ,--- ---,|/\ |\/ | [ | ] | m-1 |
   `---`---`---`----'---'|ctl|m-1| |   |   |'----`---`---`---`-----'
   `---`---`---`---'---'|ctl|m-1| |m-3|ctl|'---`---`---`---`-----'
                    ,---`---'---' '---'---`---,
                  ,---`---'---' '---'---`---,
                    |  |  |del| |   |  |  |
                  |  |  |del| |ins|  |  |
                    |alt|win'---' '---'   |   |
                  |alt|win'---' '---'ent|spc|
                    |  |  |bks| |   |  |  |
                  |  |  |bks| |win|  |  |
                    `---`---'---' '---'---`---'
                  `---`---'---' '---'---`---'
</pre>
</pre>
 
</blockquote><!-- Keymap -->
 
<source lang="bash">
 
+------+ +---+ +---+                  +----+    +----++---++---++---++---++---++---+
| =    | | 1  || 2 |                  |mute|    |lt-1 || 6 || 7 || 8 || 9 || 0 || - |
+------+ +---+ +---+                  +----+    +----++---++---++---++---++---++---+
+------+                              | vol|    |ctrl|
| Tab  |                              | up |    |    |
+------+                              |    |    |    |
+------+                              +----+    +----+
| Ctrl |                              +----+    +----+
+------+                              | vol|    |esc |
+------+                              | dwn|    |    |
| Shift|                              |    |    |    |
+------+                              +----+    +----+
+----+ +----++-----++----++-----+   
| `  | | up || dwn || lft|| rgt |
+----+ +----++-----++----++-----+
 
                        +-----+ +-----+        +-----+ +-----+     
                        |    | |    |        |    | |    |     
                        | ctrl| |lt-1 |        | lt-1| |ctrl |     
                        +-----+ +-----+        +-----+ +-----+     
                +-----+ +-----+ +-----+        +-----+ +-----+ +-----+
                |    | |    | |    |        |    | |    | |    |
                |    | |    | |del  |        | ins | |    | |    |
                |    | |    | +-----+        +-----+ |enter| |space|
                | alt | | win | +-----+        +-----+ |    | |    |
                |    | |    | |bkspc|        |win  | |    | |    |
                |    | |    | |    |        |    | |    | |    |
                +-----+ +-----+ +-----+        +-----+ +-----+ +-----+
</source>
</blockquote><!-- TODO -->
</blockquote><!-- Configuration -->
</blockquote><!-- Configuration -->

Latest revision as of 14:27, 17 July 2021

ZSA's build of the opensource ergodox keyboard.

Documentation

oryx configurator https://ergodox-ez.com/pages/oryx
keyboards as ascii art https://www.asciiart.eu/computers/keyboards

Install

pacaur -S zsa-wally  # hardware flashing

Configuration

TL;DR

m-1 + (alt|win)  # increase/decrease brightness

Keymap

Mode-1

,-----,---,---,---,---,---,---,     ,---,---,---,---,---,---,-----,
|  =  | 1 | 2 | 3 | 4 | 5 |Vx |     |   | 6 | 7 | 8 | 9 | 0 |  -  |
|-----`---`---`---`---`---'---|     |---'-,-`---`---`---`---`-----|
| tab | q | w | e | r | t |   |     |   | y | u | i | o | p |     |
|-----`---`---`---`---`---'V+ |     |   '---`---`---`---`---`-----|
| ctl | a | s | d | f | g `---'     '---` h | j | k | l | ; |     |
|-----`---`---`---`---`---'   |     |   '---`---`---`---`---`-----|
| shft| z | x | c | v | b |V- |     |   | n | m | , | . | / |shft |
`-----`---`---`---`---`---`---'     '---`---`---`---`---`---`-----`
  | ~ |/\ |\/ |<- |-> |,--- ---, ,--- ---,|/\ |\/ | [ | ] | m-1 |
  `---`---`---`---'---'|ctl|m-1| |m-3|ctl|'---`---`---`---`-----'
                   ,---`---'---' '---'---`---,
                   |   |   |del| |ins|   |   |
                   |alt|win'---' '---'ent|spc|
                   |   |   |bks| |win|   |   |
                   `---`---'---' '---'---`---'