Thank you for contributing to Keychron's source-available hardware project! Whether you're fixing a tolerance, adding an ISO plate variant, or improving documentation, every contribution helps.
Important: This project is source-available. Original compatible accessories and add-ons are not subject to the commercial-use restriction in this license. By submitting a contribution, you agree that your contribution will be licensed under the same Keychron Source-Available License.
- Dimensional errors in STEP models
- Incorrect screw hole positions or sizes
- Plate cutout misalignment for specific switch types
- Broken or corrupted files
- ISO layout plate variants (currently missing)
- Alternative plate materials (FR4, POM, polycarbonate)
- Community case mods and accessories
- 3D printing profiles and slicing presets
- Additional keycap profile models
- Better file-format guides
- Improved 3D printing instructions
- Compatibility notes for specific CAD software
Recommended naming for new and updated files:
{Model}-{Variant}-{Component}-{Date}.{ext}
Many official files in this repository already follow this pattern, for example:
Q1-Top-Case.stpK8-Max-US-Aluminum-Plate-20240924.dwgV2-Max-US-Full-Model-20240812.stpStabilizer-6.25u.stp
Some existing official files use older naming styles, including underscores, lowercase prefixes, or 8k directory casing. Those legacy names may remain in place for historical compatibility, but new contributions should not copy those exceptions.
For community contributions and new official uploads, use Title-Case with hyphens, matching the model prefix:
Q1-ISO-Plate.dxfK8-Max-POM-Plate.stpQ5-FR4-Plate.dxf
- 3D models: STEP (.stp) preferred. IGES (.iges) accepted.
- 2D drawings: DXF (.dxf) or DWG (.dwg). Include a PDF export for reference.
- Units: Millimeters (mm). Always.
- Origin: Center of the PCB footprint, top surface.
Before submitting:
- File opens without errors in FreeCAD or Fusion 360
- Dimensions are in millimeters
- New or renamed files use the recommended hyphenated Title-Case convention above
- Model is watertight (for 3D-printable components)
- No proprietary software lock-in (no .f3d-only submissions)
- Fork this repository
- Create a branch:
git checkout -b fix/q1-plate-tolerance - Add/modify files following the standards above
- Commit with a clear message:
fix(q1): correct plate cutout width for Cherry MX add(q5): ISO plate variant docs: add FreeCAD import guide - Push and open a Pull Request
- Include a screenshot or dimension comparison in the PR description
This repo uses Git LFS for binary CAD files. Make sure you have it installed:
git lfs installThe repository's .gitattributes file tracks the main CAD and document artifacts through LFS, including .stp, .step, .dwg, .dxf, .pdf, and .zip files.
All contributors must follow our Code of Conduct. Be respectful, constructive, and welcoming.