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 907B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Keyboard Compiler Scripts
  2. =========================
  3. Scripts for major keyboards designed using the Kiibohd firmware.
  4. Please refer to `<script> --help` for specific details.
  5. Refer to the [wiki](https://github.com/kiibohd/controller/wiki) on setting up your system for compiling.
  6. Build Steps
  7. -----------
  8. * Try to build once to make sure your system is setup correctly
  9. * Add any .kll files in the build directory you want
  10. * Edit `<script>` to include the new .kll files
  11. * Rebuild
  12. Example
  13. -------
  14. ```bash
  15. ./infinity.bash
  16. ```
  17. Projects
  18. --------
  19. * infinity.bash (Infinity Keyboard 2014/10/15)
  20. * infinity_led.bash (Infinity Keyboard with LED backlight support)
  21. * ergodox.bash (Infinity Ergodox 2015/08/15)
  22. * template.bash (Example template for new keyboards)
  23. * whitefox.bash (WhiteFox Keyboard)
  24. **Extra files**
  25. * cmake.bash (Used by the compilation script, does nothing on it's own)