mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 14:54:21 +00:00
Merge pull request #1 from joshcarter/master
README fix for keys with labels.
This commit is contained in:
commit
13683d9c4d
@ -58,7 +58,7 @@ If you wanted to generate some 2u stabilized keycaps for an Ergodox for instance
|
||||
```
|
||||
legends = ["Enter", "Escape", "Tab", "Shift"];
|
||||
for(y=[0:3]) {
|
||||
translate_u(0,y) 2u() dsa_row() stabilized() cherry() key(legends[y], inset=true);
|
||||
translate_u(0,y) 2u() dsa_row() stabilized() cherry() key(inset=true) { keytext(legends[y], [0,0], 6); }
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user