]>
git.donarmstrong.com Git - kiibohd-controller.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jacob Alexander [Mon, 21 Mar 2011 23:49:43 +0000 (16:49 -0700)]
Adding array sizes (fixing the extra key problem)
Jacob Alexander [Mon, 21 Mar 2011 23:06:01 +0000 (16:06 -0700)]
Working keypad switch code detection.
Jacob Alexander [Sun, 20 Mar 2011 08:17:19 +0000 (01:17 -0700)]
Adding basic per line keypad detection
Jacob Alexander [Thu, 17 Mar 2011 05:43:33 +0000 (22:43 -0700)]
Keyboard functionally working with very very good debouncing.
- defaultMap needs to be adjusted
- Modifiers are not yet accounted for when sending keypresses
- keypad needs to be added (detect,debounce, and send)
Jacob Alexander [Mon, 14 Mar 2011 02:57:22 +0000 (19:57 -0700)]
Updating for the latest pinout
Jacob Alexander [Sun, 13 Mar 2011 01:45:51 +0000 (17:45 -0800)]
Redefining pinouts and adding key sending code.
Jacob Alexander [Thu, 10 Mar 2011 21:47:25 +0000 (13:47 -0800)]
Key detection complete.
Jacob Alexander [Thu, 10 Mar 2011 06:49:34 +0000 (22:49 -0800)]
Significant progress made.
- Only need to decode a bunch more of the matrix to get the proper key assignments
- All of the infrastructure is in place for decoding like matrices for the teensy
Jacob Alexander [Mon, 7 Mar 2011 18:42:32 +0000 (10:42 -0800)]
Initial macro line filler design for multiple keyboards matrices.
Jacob Alexander [Fri, 4 Mar 2011 00:38:32 +0000 (16:38 -0800)]
Initial Commit