mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-22 13:06:57 -05:00
Initial en11 exploration.
This commit is contained in:
6
app/src/drivers/sensors/en11/CMakeLists.txt
Normal file
6
app/src/drivers/sensors/en11/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_EN11 en11.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_EN11_TRIGGER en11_trigger.c)
|
||||
Reference in New Issue
Block a user