/dactyl-cc

A Dactyl like 3d printed keyboard written in C++

Primary LanguageC++

Dactyl CC Keyboard

This keyboard and associated libraries take heavy inspiration from the dactyl and the dactyl_manuform keyboards. Major thanks to Matthew Adereth and Tom Short for their work.

The dactyl-cc keyboard takes a different approach to the structure of the code (and language) as well as being more similar in feel to the Kinesis Advantage 2.

If you are interested in a smaller version see the mini version.

If you are interested in building it you can take a look at the guide. Any dactyl build guide you choose should work.

image

CMake is the preferred way to build and leads to the fastest recompilation times. You only need to run the cmake command once.

cd build
cmake ../src
make && ./dactyl

If you do not have cmake installed you can run the simple build script which just uses g++.

cd build
./build_simple.sh

You can generate an stl from the command line with the following command:

cd build
openscad -o ../things/v1_left.stl v1_left.scad

image image image

other images