Skip to content

Commit

Permalink
trackpad fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crides committed Nov 24, 2023
1 parent c6df84c commit 2f43fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/boards/arm/fissure/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
zephyr_library()
zephyr_library_sources_ifdef(CONFIG_ZMK_LED_WIDGETS led_widgets.c)
zephyr_library_sources_ifdef(CONFIG_ZMK_MOUSE mouse.c)
zephyr_library_sources_ifdef(CONFIG_ZMK_MOUSE trackpad.c)
zephyr_library_include_directories(${CMAKE_SOURCE_DIR}/include)

0 comments on commit 2f43fb5

Please sign in to comment.