We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c39709 commit b47fe6aCopy full SHA for b47fe6a
.vscode/c_cpp_properties.json
@@ -14,4 +14,4 @@
14
}
15
],
16
"version": 4
17
-}
+}
app/CMakeLists.txt
@@ -76,7 +76,7 @@ endif()
76
77
if (CONFIG_ZMK_BLE)
78
if (CONFIG_ZMK_SPLIT_ROLE_CENTRAL)
79
- target_sources(app PRIVATE src/battery_split.c)
+ target_sources(app PRIVATE src/battery_split.c)
80
else()
81
target_sources(app PRIVATE src/battery.c)
82
endif()
0 commit comments