Kiibohd Controller
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

README.markdown 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. Official Keyboards
  8. ------------------
  9. * MD1 (Infinity Keyboard 2014/10/15)
  10. The Kiibohd firmware supports a lot of other keyboards, but these are more obscure/custom/lesser known.
  11. Compilation
  12. -----------
  13. Compilation is possible and tested on Windows/Linux/Mac.
  14. Linux is the easiest using this [VM](https://s3.amazonaws.com/configurator-assets/ArchLinux_kiibohd_2015-02-13.tar.gz).
  15. For most people refer [here](https://github.com/kiibohd/controller/tree/master/Keyboards).
  16. For the full compilation details, please refer to the [wiki](https://github.com/kiibohd/controller/wiki).
  17. Supported Microcontrollers
  18. --------------------------
  19. * Teensy 2.0 (Partial)
  20. * Teensy 2.0++
  21. * Teesny 3.0
  22. * Teensy 3.1
  23. * mk20dx128vlf5
  24. * mk20dx256vlh7
  25. Adding support for more microcontrollers is possible.
  26. Some considerations for minimum specs:
  27. * ~8 kB of SRAM
  28. * ~25 kB of Flash
  29. It's possible to port chips with lower specs, but will be more effort and have fewer features.
  30. Contributions
  31. -------------
  32. Contributions welcome!
  33. * Bug reports
  34. * Documentation and Wiki editing
  35. * Patches (including new features)
  36. Licensing
  37. ---------
  38. Licensing is done on a per-file basis.
  39. Some of the source code is from [PJRC/Teensy](http://pjrc.com), other source code is from the [McHck Project](https://mchck.org).
  40. Code written specifically for the Kiibohd Controller use the following licenses:
  41. * MIT
  42. * GPLv3
  43. * Public Domain
  44. Contact
  45. -------
  46. If you really need to get a hold of HaaTa, email is best: `[email protected]`
  47. IRC is likely faster though.
  48. `#[email protected]`
  49. `#[email protected]`