I am using Blinkt LEDs to show different states of Raspberry Pi. As I understood from the decription of Blinkt, it uses GPIO 23 and 24 to drive the LEDs. But I have a feature in my project where I have to redirect the ACT LED of Raspberry Pi 3 (green light indication) to any GPIO and show it using different LED. This I am doing by adding the below line in config.txt
dtoverlay=pi3-act-led, activelow=off, gpio=15
Now problem is Blinkt covers the entire GPIO set and no where I can connect different LED to GPIO 15. Is there a way to bring this green LED indication from GPIO 15 to any LED of Blinkt ??