I got button 8 to work pressed not pressed. Trying to duplicate it for the other buttons. Here is what I did.
void setup() {
Serial.begin(38400);
pinMode(8, INPUT_PULLUP);
pinMode(7, INPUT_PULLUP);
pinMode(6, INPUT_PULLUP);
pinMode(5, INPUT_PULLUP);
pinMode(4, INPUT_PULLUP)...