diff --git a/boards/usermod-common.cmake b/boards/usermod-common.cmake index a8a58aa..0aee380 100644 --- a/boards/usermod-common.cmake +++ b/boards/usermod-common.cmake @@ -38,8 +38,14 @@ include(adcfft/micropython) # LEDs & Matrices include(plasma/micropython) + +# Unicorn driver. Note: The UNICORN var must be set in mpconfigboard.cmake include(${UNICORN}_unicorn/micropython) +# Must call `enable_ulab()` to enable +include(micropython-common-ulab) +enable_ulab() + # Servos & Motors include(pwm/micropython) include(servo/micropython)