Any digital pin can cause an interrupt, but you need to use pin change interrupts for most of them. Check to see if pin change interrupts are implemented in the library you are using. If not, check which pins can be used for external interrupt (PD6 cannot) and use one of those.