Convert Keras model to Nengo with LIF activation

Hi,

Is that possible to convert the Keras model to Nego with “relu” → “LIF” activation?
for the “relu”, it is possible to convert to “nengo.SpikingRectifiedLinear”
How about converting to “nengo.LIF”?

Thank you!