Skip to content

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

Notifications You must be signed in to change notification settings

skrypnyk-dmytro/dactyl-cc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • Objective-C 2.0%
  • Other 1.0%