Skip to content

Commit

Permalink
Readme updates to include some links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenbok committed Jan 25, 2019
1 parent f4ac86a commit c939242
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Expand Up @@ -14,11 +14,15 @@ When cloning, you need to make sure you get the submodules, e.g.:

## Modified version of the original case

Load the `redox-body-mod.scad` into OpenSCAD, make any changes, and render the modified STL.
This was my first modification of the original handwire redox case. Load the
`redox-body-mod.scad` into OpenSCAD, make any changes, and render the
modified STL.

This one has been built by a few people.
This one has been built by a few people, e.g: [by me](https://imgur.com/a/DzFYMhc),
and [a coworker](https://www.thingiverse.com/make:486818)

## Keyboard Case++

## Keyboard Case From Scratch

I then wanted to design a new case for the Redox that was inspired both
by the Redox Rev1 case and the Iris, and I thought it would be nice to
Expand All @@ -30,12 +34,12 @@ some keys are rotated, so an updated tool is provided here that seems to
work on the split keyboards I have tried.

If you have another KLE JSON file you want to convert, run the included
jsonPositions.py which spits out the key layout to a minimal OpenSCAD
`jsonPositions.py` which spits out the key layout to a minimal OpenSCAD
data structure along with some data access functions. E.g:

python3 jsonPositions.py <kle-examples/ergodox-layout.json >kle-examples/ergodox-layout.scad

Then make a top level OpenSCAD that includes this along with keyboard_case.scad, e.g.:
Then make a top level OpenSCAD that includes this along with `keyboard_case.scad`, e.g.:

include <kle-examples/ergodox-layout.scad>
include <keyboard_case.scad>
Expand All @@ -50,4 +54,6 @@ for examples (the Redox case is most developed):

![redox-exploded](images/redox-exploded.png)

![redox-completed](images/redox-completed.jpg)
[album here](https://imgur.com/a/eEi0gJ1)

0 comments on commit c939242

Please sign in to comment.