Listen, Randy, I appreciate your valiant attempts to protect BYOAC users from other encoders, but I'm not going to keep up this thread and help your witch hunt.
That was a little uncalled for IMHO.
We have now established that the KB16 uses a matrix (after Kev's reply was posted).
Matrix encoders
CAN exhibit ghosting or blocking. Note that I said CAN, not that the KB16 DOES, which I would consider unlikely.
See
http://www.mameworld.net/emuadvice/keyhack2.html under "LITTLE KNOWN FACTS AND COMMON MISCONCEPTIONS:" or the shorter explanation at
http://www.dribin.org/dave/keyboard/Blocking is the easiest to test for: Simply connect all 16 inputs, run GhostKey or other similar software and see if 16 keypresses show up. However, blocking is typically only used to prevent ghosting from showing up, so it is unlikely to be used on the KE16.
Ghosting is harder to test for. The easiest method is to randomly press key combinations and see if you ever see a key register that was NOT pressed. The scientific method is to map out the matrix (either with a multi-meter or through the traces on the board), and then activate three keys on the same row and column and see if a fourth keypress is displayed.
From keyboard hacking, if blocking or a pressed-key limit is not employed, ghosting can be controlled by the use of diodes, but Mattp earlier stated that his design does not use these.
Actually, another concern is masking (I came up with a way to avoid ghosting without diodes, off the top of my head, but I don't think it will work in practice).
Lets say my matrix is defined as follows:
1 2
1 A B
2 C D
Without diodes, pressing A, B, C, and will result in a D output being generated, but I could have D permanently set to not output a code. But masking means that if I release the C key, the output will still register until I release one of the other keys.
Been I while since I reviewed all this, but it should be accurate.
(Also, I would guess that the KB16 does use diodes or some electronic equivalent and avoids these problems, but I have no first-hand knowledge, nor way, nor time to test.)