Forced from https://github.com/rsheldiii/KeyV2 OpenSCAD Parametric Keycap Generator https://github.com/rsheldiii/KeyV2
Go to file
Bob - Home - Windows 6d2bb24ccb add a massive chunk of stuff because you forgot to keep doing atomic commits 2017-12-20 00:47:03 -05:00
src add a massive chunk of stuff because you forgot to keep doing atomic commits 2017-12-20 00:47:03 -05:00
README.md add a massive chunk of stuff because you forgot to keep doing atomic commits 2017-12-20 00:47:03 -05:00
key_mold.scad key V2 with modular design and nestable attributes 2017-08-12 01:11:15 -04:00
key_profiles.scad add a massive chunk of stuff because you forgot to keep doing atomic commits 2017-12-20 00:47:03 -05:00
key_sizes.scad add a massive chunk of stuff because you forgot to keep doing atomic commits 2017-12-20 00:47:03 -05:00
key_transformations.scad add a massive chunk of stuff because you forgot to keep doing atomic commits 2017-12-20 00:47:03 -05:00
key_types.scad add a massive chunk of stuff because you forgot to keep doing atomic commits 2017-12-20 00:47:03 -05:00
keys.scad add a massive chunk of stuff because you forgot to keep doing atomic commits 2017-12-20 00:47:03 -05:00
keysets.scad finalize keysets.scad (just 60%, the other profiles will take too much work for negligent gain since who prints an 86 key keyset out in one go) and add top_of_key to allow for children of key() to be rendered smack in the middle of the keytop 2017-10-17 00:51:07 -04:00

README.md

Parametric Mechanical Keycap Library

this library is meant to be a keycap and keyset construction library for mechanical keyboards.

Let's Go! I wanna make some keycaps!

At the highest level this library supports Cherry and Alps switches, and has pre-defined key profiles for SA, DSA, DCS, and (some form of) OEM keycaps. keys.scad is meant as an entry point for everything but the most technical use; there should already be an example at the bottom to get you started! Pre-programmed key profiles can be found at key_profiles.scad.

What if I want to customize my keycaps?

There is a bevy of supporting functions to customize your keycaps. You can add a brim to more easily print the stem, switch up the stem support type, make 2x2 keycaps for a POS system, add legends, rotate stems, and more. These functions can be found in key_profiles.scad, key_sizes.scad, key_transformations.scad, and key_types.scad currently, and can be referenced directly in keys.scad.

The key() function also supports children, and will place them in the center of the top of the keycap, if you want to quickly design your own artisan keycaps. I'll post an example later!

What if I want to get really technical?

If you're not afraid to write some code yourself, at the base level this library should function well as a key profile design library. by loading up key.scad (notice no s) you can tweak variables in settings.scad to make your own profiles. You can design your own keyset with custom top skew, width and height, dish tilt, fonts, wall thickness, etc.

##TODO:

  • pull out side sculpting options to let people tweak them?
  • can now measure keycaps very accurately. need to redo measurements: SA DCS DSA OEM?
  • Add inset stem to all profiles that need it. OEM DCS?
  • customizer version where everything is copy/pasted in. needs to be last.
  • generate dishes via math? kind of hard, maybe later