Kiibohd Controller
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Jacob Alexander 9cc29cbffc Fixing CMake 3.6 deprecation message пре 7 година
Bootloader Fixing CMake 3.6 deprecation message пре 7 година
Debug Updating bcdDevice and iSerial fields in USB descriptors пре 7 година
Keyboards Updating keyboard build scripts to work in Cygwin пре 7 година
Lib Fixing CMake 3.6 deprecation message пре 7 година
LoadFile Major USB update, fixes most (if not all) known issues пре 8 година
Macro Moving defaultMap.kll to scancode_map.kll (less confusing) пре 7 година
Output Removing NKRO Mode requirement for System Control and Consumer Control Keys (Media Keys) пре 7 година
Scan Renaming Input Club keyboard Scan Modules пре 7 година
.clang-tidy Fixing clang compilation and supporting clang-tidy пре 8 година
.gitignore Fixing clang compilation and supporting clang-tidy пре 8 година
.travis.yml Initial .travis.yml file to travis-ci integration пре 7 година
98-kiibohd.rules Fixing udev rules пре 7 година
CMakeLists.txt Fixing CMake 3.6 deprecation message пре 7 година
README.markdown Adding IRC link пре 7 година
buildall.bash Ensure directories can only be made with printable characters пре 8 година
main.c Pre-merge cleanup. пре 9 година

README.markdown

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.

Visit our IRC channel

Official Keyboards

  • Infinity 60%
  • Infinity 60% LED
  • Infinity Ergodox
  • WhiteFox
  • K-Type (coming soon)

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++
  • Teensy 3.0
  • Teensy 3.1/3.2
  • 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: [email protected]