Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phschoen 3e3fad005e added VCN320 ball bearing option преди 1 година
firmware add licensing and copyright information преди 1 година
hardware added VCN320 ball bearing option преди 1 година
.gitignore add licensing and copyright information преди 1 година
.gitmodules added VCN320 ball bearing option преди 1 година
COPYING add licensing and copyright information преди 1 година
README.md add licensing and copyright information преди 1 година

README.md

Trackball

Custom 3D-printed PC trackball.

See the hardware directory for OpenSCAD design files.

The firmware directory contains the required Raspberry Pi Pico source code.

Further directions can be found in the READMEs in these directories.

License

The firmware itself is licensed as GPLv3. It uses the Pi Pico SDK, licensed as BSD 3-clause, and therefore also TinyUSB, licensed under the MIT license. Some code is adapted from the TinyUSB examples. And the project uses the FatFS library, licensed as BSD 1-clause.

The hardware design is also licensed as GPLv3. It uses this Cherry MX switch model licensed as CC-BY-SA, and a Pi Pico case model licensed as CC-BY-NC-SA. But both are only used for visualization purposes and don’t influence the 3D model at all.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

See <http://www.gnu.org/licenses/>.