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

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)