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.

README.markdown 2.2KB

8 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. The Kiibohd Controller
  2. ======================
  3. This is the main Kiibohd Firmware.
  4. In general, this should be the **only** git repo you need to clone.
  5. The [KLL](https://github.com/kiibohd/kll) git repo is automatically cloned during the build process.
  6. Please refer to the [KLL](https://github.com/kiibohd/kll) repo or [kiibohd.com](http://kiibohd.com) for details on the KLL (Keyboard Layout Language) Spec.
  7. [![](https://travis-ci.org/kiibohd/controller.svg?branch=master)](https://travis-ci.org/kiibohd/controller)
  8. Official Keyboards
  9. ------------------
  10. * Infinity 60%
  11. * Infinity 60% LED
  12. * Infinity Ergodox
  13. * WhiteFox
  14. * K-Type (coming soon)
  15. The Kiibohd firmware supports a lot of other keyboards, but these are more obscure/custom/lesser known.
  16. Compilation
  17. -----------
  18. Compilation is possible and tested on Windows/Linux/Mac.
  19. Linux is the easiest using this [VM](https://s3.amazonaws.com/configurator-assets/ArchLinux_kiibohd_2015-02-13.tar.gz).
  20. For most people refer [here](https://github.com/kiibohd/controller/tree/master/Keyboards).
  21. For the full compilation details, please refer to the [wiki](https://github.com/kiibohd/controller/wiki).
  22. Supported Microcontrollers
  23. --------------------------
  24. * Teensy 2.0 (Partial)
  25. * Teensy 2.0++
  26. * Teensy 3.0
  27. * Teensy 3.1/3.2
  28. * mk20dx128vlf5
  29. * mk20dx256vlh7
  30. Adding support for more microcontrollers is possible.
  31. Some considerations for minimum specs:
  32. * ~8 kB of SRAM
  33. * ~25 kB of Flash
  34. It's possible to port chips with lower specs, but will be more effort and have fewer features.
  35. Contributions
  36. -------------
  37. Contributions welcome!
  38. * Bug reports
  39. * Documentation and Wiki editing
  40. * Patches (including new features)
  41. Licensing
  42. ---------
  43. Licensing is done on a per-file basis.
  44. Some of the source code is from [PJRC/Teensy](http://pjrc.com), other source code is from the [McHck Project](https://mchck.org).
  45. Code written specifically for the Kiibohd Controller use the following licenses:
  46. * MIT
  47. * GPLv3
  48. * Public Domain
  49. Contact
  50. -------
  51. If you really need to get a hold of HaaTa, email is best: `[email protected]`
  52. IRC is likely faster though.
  53. `#[email protected]`
  54. `#[email protected]`
  55. `#[email protected]`