GLCD Panel Encoder

I’m having a bit of trouble with the rotary encoder on my Reprap Discount GLCD. It will scroll up or down but won’t select when pushed in. My settings in config are

panel.encoder_a_pin 3.25!^ # encoder pin ; GLCD EXP2 Pin 3
panel.encoder_b_pin 3.26!^ # encoder pin ; GLCD EXP2 Pin 5
panel.click_button_pin 1.30!^ # click button ; GLCD EXP1 Pin 2

Am I missing something?

Imported from wikidot

Yes, I was missing something. I had included the following.

panel.up_button_pin 0.1! # up button if used
panel.down_button_pin 0.0! # down button if used
panel.click_button_pin 0.18! # click button if used

Once removed, everything was fine.