Kiibohd Controller
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Este repositório está arquivado. Você pode visualizar os arquivos e realizar clone, mas não poderá realizar push nem abrir issues e pull requests.
di0ib e60d21c3c6 i75 update 7 anos atrás
Bootloader Adding Cygwin build using Appveyor 7 anos atrás
Debug Updating bcdDevice and iSerial fields in USB descriptors 7 anos atrás
Keyboards i75 update 7 anos atrás
Lib Updating travis.yml script 7 anos atrás
LoadFile Major USB update, fixes most (if not all) known issues 8 anos atrás
Macro Fix typo in Macro/basic/macro.c comment 7 anos atrás
Output Force 6KRO/Boot mode always if defined by KLL 7 anos atrás
Scan i75 7 anos atrás
.clang-tidy Fixing clang compilation and supporting clang-tidy 8 anos atrás
.gitignore Fixing clang compilation and supporting clang-tidy 8 anos atrás
.travis.yml Updating travis.yml script 7 anos atrás
98-kiibohd.rules Fixing udev rules 7 anos atrás
CMakeLists.txt Fixing CMake 3.6 deprecation message 7 anos atrás
README.markdown Adding Cygwin build using Appveyor 7 anos atrás
appveyor.yml Updating travis.yml script 7 anos atrás
buildall.bash Ensure directories can only be made with printable characters 8 anos atrás
main.c Pre-merge cleanup. 8 anos atrás

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.

Travis Status Appveyor Status

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]