Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Macro/PartialMap
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
..
capabilities.kll Adding keyBlock capability to support Programmmer's Dvorak 2016-08-09 08:53:10 -07:00
kll.h Initial refactoring of PartialMap for supporting custom Triggers 2016-05-08 18:50:28 -07:00
macro.c Adding keyBlock capability to support Programmmer's Dvorak 2016-08-09 08:53:10 -07:00
macro.h Moving defaultMap.kll to scancode_map.kll (less confusing) 2016-07-06 09:03:23 -07:00
result.c Initial refactoring of PartialMap for supporting custom Triggers 2016-05-08 18:50:28 -07:00
result.h Initial refactoring of PartialMap for supporting custom Triggers 2016-05-08 18:50:28 -07:00
setup.cmake Initial refactoring of PartialMap for supporting custom Triggers 2016-05-08 18:50:28 -07:00
trigger.c Initial refactoring of PartialMap for supporting custom Triggers 2016-05-08 18:50:28 -07:00
trigger.h Initial refactoring of PartialMap for supporting custom Triggers 2016-05-08 18:50:28 -07:00
usb_hid.h Adding support for kll 0.3d 2015-10-17 15:09:03 -07:00