Newbie electrical engineer here, wondering how this buttons panel works. Which wires corresponds to which buttons you can see the circuit printed on the board there but I can't seem to figure it out.
To add to what Leon said, I'd connect the common pin to ground and the other pins to Prop I/O pins (assuming a Prop as a uC). With the exception of the common pin, use pull-up resistors (10K) on the pins. This way the I/O pin sees a high value on the pin except when the button is pressed.
SparkFun sells a wearable keypad that has similar (but a bit more complicated) layout. I made an object to use SparkFun's wearable keypad with a Propeller. There should be a link to it in post #2 of my index.
It looks like you have the common wire connected to ground. Good.
Each of the other wires should have a wire to connect them with a BS pin. It looks like your connecting through a resistor now. You don't want the resistor for this connection, just a wire.
The resistors should connect to were the grey and black wires share a row on the breadboard. The other end of the resistors should be connected with 5V.
Comments
SparkFun sells a wearable keypad that has similar (but a bit more complicated) layout. I made an object to use SparkFun's wearable keypad with a Propeller. There should be a link to it in post #2 of my index.
Each of the other wires should have a wire to connect them with a BS pin. It looks like your connecting through a resistor now. You don't want the resistor for this connection, just a wire.
The resistors should connect to were the grey and black wires share a row on the breadboard. The other end of the resistors should be connected with 5V.
Lets see if this schematic displays correctly.
5V   10KΩ BS Pin ─────┻──── button wireIt looks like it worked.
The BS pin will normally be high. Pressing the button will bring it low (since the common wire is connected to ground (without a resistor)).
I noticed the link in your signature takes me to a blank page.
I was able to find your designs after looking a bit here:
http://www.shapeways.com/hisdesign?user_id=104937&ug104937%5Brows%5D=10
You might want to fix your signature link.