mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-16 22:37:03 +00:00
removed more extraneous space for formatting
This commit is contained in:
parent
0a246489ec
commit
c81889b298
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ First, you'll need OpenSCAD: http://www.openscad.org/downloads.html. I highly re
|
|||
|
||||
After you have openSCAD installed, you need to download the code and run it. running `git clone https://github.com/rsheldiii/openSCAD-projects.git` if you have git, or downloading [this zip](https://github.com/rsheldiii/openSCAD-projects/archive/master.zip) and extracting the directory should do it.
|
||||
|
||||
To make your own key, all you need to do is open `keys.scad` with openSCAD and [modify this line](https://github.com/rsheldiii/KeyV2/blob/master/keys.scad#L12)! (Line 12)
|
||||
|
||||
To make your own key, all you need to do is open `keys.scad` with openSCAD and [modify this line](https://github.com/rsheldiii/KeyV2/blob/master/keys.scad#L12)! (Line 12)
|
||||
Here is an example you can replace the line with to get started. This is for a ctrl key on an OEM keyboard:
|
||||
`u(1.25) oem_row(3) legend("ctrl", size=4.5) key();`
|
||||
|
||||
|
|
Loading…
Reference in a new issue