I was playing around with the gpiote example under exaples/peripheral/gpiote. The example uses a timer, ppi, and gpiote to blink an led. By default, the app uses Timer 0 and that works well. If i were to change switch to Timer 1 or Timer 2 it doesn't seem to work. I did change the nrf_drv_config.h file to enable those extra timers. Is there something else I have to do to use either Timer 1 or Timer 2?