Qduino mini digitalPinToInterrupt

Hey guys, I got my Qduino mini, looks cool so far, but I am having an issue. I am trying to compile the FastLED demos for it to be able to do some WS2812B addressable LED stuff.

The problem I run into is this.

aalight.ino: In function ‘void setup()’:

aalight:399: error: ‘digitalPinToInterrupt’ was not declared in this scope

‘digitalPinToInterrupt’ was not declared in this scope

The demos live here…

https://github.com/atuline/FastLED-Demos

I am running the newest versions of all the libraries required.

If I switch it to compile on an Uno it compiles just fine.

Any ideas?