Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Keyboards
Jacob Alexander a5203da1d4 Adding keyBlock capability to support Programmmer's Dvorak
- Useful for partial redefinitions of keys
  Such as redefining Shift, which, as per the USB spec is handled by the OS
  This means we have to careful select which USB Codes to send to the OS to simulate Shift not being pressed (while it is)
- KLL capabilities only work with numerical arguments (KLL 0.3d)
- Each key must be explicitly block for each combination (e.g. LShift and RShift are handled separately)

- Adding example configuration for the Infinity 60%
- Adding example configuration for the Infinity Ergodox
- Requires kll.git 1a078b2b940709bc3c429c952d2f0d842927394f or higher
2016-08-09 08:53:10 -07:00
..
Testing Preparing controller repo for automated travis-ci 2016-07-17 17:27:05 -07:00
.gitignore Ignore BuildPath directories 2016-05-23 18:52:09 -05:00
cmake.bash Updating keyboard build scripts to work in Cygwin 2016-07-31 20:41:00 -07:00
ergodox_programmers_dvorak.bash Adding keyBlock capability to support Programmmer's Dvorak 2016-08-09 08:53:10 -07:00
ergodox.bash Renaming Input Club keyboard Scan Modules 2016-07-17 13:09:57 -07:00
infinity_led.bash Preparing controller repo for automated travis-ci 2016-07-17 17:27:05 -07:00
infinity_programmers_dvorak.bash Adding keyBlock capability to support Programmmer's Dvorak 2016-08-09 08:53:10 -07:00
infinity.bash Renaming Input Club keyboard Scan Modules 2016-07-17 13:09:57 -07:00
README.markdown Preparing controller repo for automated travis-ci 2016-07-17 17:27:05 -07:00
template.bash Renaming Input Club keyboard Scan Modules 2016-07-17 13:09:57 -07:00
whitefox.bash Moving defaultMap.kll to scancode_map.kll (less confusing) 2016-07-06 09:03:23 -07:00

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)