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.
di0ib e60d21c3c6 i75 update 7 jaren geleden
..
Testing Preparing controller repo for automated travis-ci 7 jaren geleden
i75.gcc i75 update 7 jaren geleden
.gitignore Ignore BuildPath directories 8 jaren geleden
README.markdown Preparing controller repo for automated travis-ci 7 jaren geleden
cmake.bash Adding Cygwin build using Appveyor 7 jaren geleden
ergodox.bash Renaming Input Club keyboard Scan Modules 7 jaren geleden
i75.bash i75 7 jaren geleden
infinity.bash Renaming Input Club keyboard Scan Modules 7 jaren geleden
infinity_led.bash Preparing controller repo for automated travis-ci 7 jaren geleden
template.bash Renaming Input Club keyboard Scan Modules 7 jaren geleden
whitefox.bash Moving defaultMap.kll to scancode_map.kll (less confusing) 7 jaren geleden

README.markdown

Keyboard Compiler Scripts

Scripts for major keyboards designed using the Kiibohd firmware. Please refer to <script> --help for specific details.

Refer to the wiki on setting up your system for compiling.

Build Steps

  • Try to build once to make sure your system is setup correctly
  • Add any .kll files in the build directory you want
  • Edit <script> to include the new .kll files
  • Rebuild

Example

./infinity.bash

Projects

  • infinity.bash (Infinity Keyboard 2014/10/15)
  • infinity_led.bash (Infinity Keyboard with LED backlight support)
  • ergodox.bash (Infinity Ergodox 2015/08/15)
  • template.bash (Example template for new keyboards)
  • whitefox.bash (WhiteFox Keyboard)

Extra files

  • cmake.bash (Used by the compilation script, does nothing on it’s own)