when connecting multiple keyclones, my suggestion would be to connect your clones INTO your main. using the auto-connect (keyclone/setup/general) can make this a trivial task

btw... DO NOT daisy chain your keyclones as this would increase the latency (although an extra 1 or 2 ms is nothing when you have >100ms server latency). try to keep your main as the center of the wheel... sending out keystrokes to the keyclones on the rim.

ie:

main -> cloneA -> cloneB -> cloneC

not as good as:

main -> cloneA
..... -> cloneB
..... -> cloneC

(sorry about the crap graphic.. at work.. no pixel editor)

i hope that helps.