zmk driver for PIXART PAW3222 optical sensor
0

Configure Feed

Select the types of activity you want to include in your feed.

zmk-driver-paw3222 / CMakeLists.txt
158 B 5 lines
1if(CONFIG_PAW3222) 2 zephyr_library() 3 zephyr_library_sources(src/paw3222.c) 4 zephyr_library_include_directories(${CMAKE_SOURCE_DIR}/include) 5endif()