1
0
Ergonomic keyboard layout generator
Go to file
2022-02-27 13:44:24 +01:00
meta Add JSON schema 2020-10-05 22:12:13 +02:00
src Support orient/rotate towards other points 2022-02-27 13:44:24 +01:00
test Support orient/rotate towards other points 2022-02-27 13:44:24 +01:00
.gitignore Bundling and release prep 2020-09-27 15:11:22 +02:00
.npmrc Suppress npm warnings 2021-12-13 16:20:45 +01:00
license.md Docs cleanup 2020-10-18 13:41:06 +02:00
package-lock.json Switch to handrolled semver implementation 2022-01-23 21:45:09 +01:00
package.json Switch to handrolled semver implementation 2022-01-23 21:45:09 +01:00
readme.md Improve readme 2022-01-24 20:55:35 +01:00
roadmap.md Support orient/rotate towards other points 2022-02-27 13:44:24 +01:00
rollup.config.js Switch to handrolled semver implementation 2022-01-23 21:45:09 +01:00

Ergogen

Ergogen is a keyboard generator that aims to provide a common configuration format to describe ergonomic 2D layouts, and generate automatic plates, cases, and (un-routed) PCBs for them. The project grew out of (and is an integral part of) the Absolem keyboard, and shares its Discord server as well.

Getting started

Until there's a proper "Getting started" guide, try getting acquainted with ergogen by following these steps in order:

  1. Read the docs. D'uuh. They're not complete by any measure, but should give you a fairly good idea what you're dealing with here.

  2. Try one of the web-based deployments (official; unofficial but probably better and soon to be official) - no need to download the CLI unless you want to A) preview in-development features, B) use custom modifications, or C) contribute code. Click things, look at outputs; see if things start to make sense.

  3. Search the #ergogen topic on GitHub to look at (and reverse engineer) a variety of real life configs using ergogen. Pop them into the web UI, see what they do, tinker with them; things should start to make more and more sense.

  4. If a question persists after all of the above, feel free to ask it over on Discord and we'll do our best to help you out.

Contributions

Feature ideas, documentation improvements, examples, tests, or pull requests welcome! Get in touch on Discord, and we can definitely find something you can help with, if you'd like to.