Skip to content

mattventura/controller

This branch is 949 commits behind kiibohd/controller:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 9, 2015
Jun 5, 2015
Mar 16, 2015
May 9, 2015
Mar 16, 2015
Mar 16, 2015
May 14, 2015
May 14, 2015
Sep 14, 2014
Aug 15, 2014
Mar 9, 2015
Mar 16, 2015
Mar 16, 2015
Mar 9, 2015
Sep 20, 2014

Repository files navigation

The Kiibohd Controller

This is the main Kiibohd Firmware. In general, this should be the only git repo you need to clone. The KLL git repo is automatically cloned during the build process.

Please refer to the KLL repo or kiibohd.com for details on the KLL (Keyboard Layout Language) Spec.

Official Keyboards

  • MD1 (Infinity Keyboard 2014/10/15)

The Kiibohd firmware supports a lot of other keyboards, but these are more obscure/custom/lesser known.

Compilation

Compilation is possible and tested on Windows/Linux/Mac. Linux is the easiest using this VM.

For most people refer here.

For the full compilation details, please refer to the wiki.

Supported Microcontrollers

  • Teensy 2.0 (Partial)
  • Teensy 2.0++
  • Teesny 3.0
  • Teensy 3.1
  • mk20dx128vlf5
  • mk20dx256vlh7

Adding support for more microcontrollers is possible. Some considerations for minimum specs:

  • ~8 kB of SRAM
  • ~25 kB of Flash

It's possible to port chips with lower specs, but will be more effort and have fewer features.

Contributions

Contributions welcome!

  • Bug reports
  • Documentation and Wiki editing
  • Patches (including new features)

Licensing

Licensing is done on a per-file basis. Some of the source code is from PJRC/Teensy, other source code is from the McHck Project. Code written specifically for the Kiibohd Controller use the following licenses:

  • MIT
  • GPLv3
  • Public Domain

Contact

If you really need to get a hold of HaaTa, email is best: haata@kiibohd.com

IRC is likely faster though. #geekhack@irc.freenode.net #deskthority@irc.freenode.net

About

Kiibohd Controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.6%
  • C++ 24.1%
  • CMake 4.1%
  • Objective-C 3.8%
  • Shell 1.4%