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

1234567891011121314151617181920212223242526272829303132333435363738
  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. * template.bash (Example template for new keyboards)
  21. * whitefox.bash (Soon?)
  22. **Extra files**
  23. * cmake.bash (Used by the compilation script, does nothing on it's own)