
KBPATN = 0x20;	    	// P0.5 must be pulled high
KBCON = 0x02;		// Port 0 must match KBPATN 
KBMASK = 0x20;  	// mask out all pins except P0.5
