On Arduino 1.8.16 with Snooze v6.3.9 on the following config
I only need SnoozeDigital driver and don't need USBSerial sleep functionality. It would be nice to have #include to not use other drivers like Touch, USBSerial or 5vBuffer.
I was able to get around this by commenting out #include "SnoozeUSBSerial.h" (and SnoozeTouch as well) in hal.h and then removing the cpp from hal\TEENSY_LC folder.
On Arduino 1.8.16 with Snooze v6.3.9 on the following config
I only need SnoozeDigital driver and don't need USBSerial sleep functionality. It would be nice to have #include to not use other drivers like Touch, USBSerial or 5vBuffer.
Simple test project
Here's the compile error