Put Wacom tablets on dev branch

This commit is contained in:
Jasmine Iwanek
2024-08-08 19:13:20 -04:00
parent c59e12ab09
commit 0219547a16
5 changed files with 13 additions and 1 deletions

View File

@@ -45,3 +45,8 @@ endif()
if(LASERXT)
target_compile_definitions(dev PRIVATE USE_LASERXT)
endif()
if(WACOM)
target_compile_definitions(dev PRIVATE USE_WACOM)
target_sources(dev PRIVATE mouse_wacom_tablet.c)
endif()