Add initial README and gitignore files

This commit is contained in:
Lexi / Zoe 2024-02-18 16:59:07 +01:00
parent 25b5abc378
commit 2976523c11
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 43 additions and 2 deletions

View file

@ -1,3 +1,20 @@
# eepyPad
# The eepyPad
Custom macro key pad with mechanical low-profile (Choc) switches.
Custom macro key pad with mechanical low-profile (Choc) switches.
## Repository structure
- `/layouts`: Keyboard layouts created with the [Keyboard Layout Editor](http://www.keyboard-layout-editor.com)
- `/ergogen`: [Ergogen](https://docs.ergogen.xyz/) files to generate outlines, cases and PCBs
## Used software
- [Keyboard Layout Editor](http://www.keyboard-layout-editor.com)
- [Ergogen](https://docs.ergogen.xyz/), [unofficial Ergogen web UI](https://ergogen.cache.works/)
- [KiCad](https://www.kicad.org/)
- [FreeCAD](https://www.freecad.org/)
- [UltiMaker Cura](https://ultimaker.com/software/ultimaker-cura/)
## Resources
- [FlatFootFox's Ergogen tutorial](https://flatfootfox.com/ergogen-introduction/)