]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Added capabilities list debug option
authorJacob Alexander <haata@kiibohd.com>
Fri, 25 Jul 2014 06:18:38 +0000 (23:18 -0700)
committerJacob Alexander <haata@kiibohd.com>
Fri, 25 Jul 2014 06:18:38 +0000 (23:18 -0700)
commitf7bacebb26d90bebafe3d984893553445b86c28f
tree9f3a199d91717a1267040ac3ba57695be0b47105
parentff05e1ccb732396504c09f5deaca469f3315fae7
Added capabilities list debug option

- Changed macro/capabilities data structure to index capabilities rather than specify function pointers
- Used an 8 bit array, this reduced the max number of capabities to 255
* Shouldn't be an issue, but this can be addressed if the limit is hit...unlikely though
Macro/PartialMap/generatedKeymap.h
Macro/PartialMap/macro.c