]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Completed the FACOM 6684 converter...
authorJacob Alexander <triplehaata@gmail.com>
Mon, 21 Jan 2013 01:27:14 +0000 (20:27 -0500)
committerJacob Alexander <triplehaata@gmail.com>
Mon, 21 Jan 2013 01:27:14 +0000 (20:27 -0500)
commitdb01d733b77241f9d8891cc4fdd13285a3b92187
tree76616227cdcbe9140bbfd55e5ca1647bbd990945
parentccf1e1c7e5b7121c8a6747b11daeec6824ac2008
Completed the FACOM 6684 converter...

Unfortunately, the protocol annoying, with only 3 keys having Press/Release signals.
Some of the keys were only meant to be pressed once, and do not have repeat functionality.

The current implementation is a bit slow, so some keys may get lost during USB sending.
This is probably fixable, not sure if I want to spend the time on it though.

There is a keyboard input protocol, but I'm not sure of what information can be transmitted to the keyboard.
The terminal does send some information back and forth between the keyboard, but I'm unclear of the purpose, as I can never get any response out of the keyboard.
Keymap/facom6684.h
Scan/FACOM6684/scan_loop.c