SolidPython-based Keyboard Builder
A SolidPython-based library for building custom keyboards with Python and OpenSCAD.
Some portions ported from Clojure, originally from the Dactyl Keyboard and my fork thereof, the Dactyl Lynx Keyboard.
You can install prerequisites with pip
:
pip install -r requirements.txt
This will install the following Python packages:
import * from spkb
See the example scripts in the examples/
directory.
- parametric-key-tester - the original project this library was forked from
- the Dactyl Keyboard and my fork, the Dactyl Lynx Keyboard - original switch sockets, keycap approximations, etc.
This project is released under the BSD 3-Clause License.