Skip to content

Commit bd632ea

Browse files
ReFilsbg-dev
authored andcommitted
Local build changes (KinesisCorporation#643)
* Improve local building experience * Update CHANGELOG.md
1 parent 822bd39 commit bd632ea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Here's all notable changes and commits to both the configuration repo and the ba
44
Many thanks to all those who have submitted issues and pull requests to make this firmware better!
55
## Config repo
66

7+
2/9/2025 - Minor changes to the local build process to improve local building experience, Remove preprocessor commands in keymap file [#643](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/643)
8+
79
2/6/2025 - Update base ZMK, add changes to support Kinesis Clique, update RGB parameters and enable pointing support [#630](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/630)
810

911
11/27/2024 - Fix misattributed PR link in changelog [#590](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/590)

bin/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cp build/left/zephyr/zmk.uf2 "./firmware/${TIMESTAMP}-${COMMIT}-left-clique.uf2"
1616
# Build right side if selected
1717
if [ "${BUILD_RIGHT}" = true ]; then
1818
# West Build (right)
19-
west build -s zmk/app -p -d build/right -b adv360_right -S studio-rpc-usb-uart -- -DZMK_CONFIG="${PWD}/config" -DCONFIG_ZMK_STUDIO=y
19+
west build -s zmk/app -p -d build/right -b adv360_right -- -DZMK_CONFIG="${PWD}/config"
2020
# Adv360 Right Kconfig file
2121
grep -vE '(^#|^$)' build/right/zephyr/.config
2222
# Rename zmk.uf2

bin/get_version_local.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ echo $formatted_result
6767
echo '#define VERSION_MACRO' > "config/version.dtsi"
6868
echo 'macro_ver: macro_ver {' >> "config/version.dtsi"
6969
echo 'compatible = "zmk,behavior-macro";' >> "config/version.dtsi"
70-
echo 'display-name = "Version Macro";' >> "config/version.dtsi"
7170
echo '#binding-cells = <0>;' >> "config/version.dtsi"
7271
echo "bindings = $formatted_result;" >> "config/version.dtsi"
7372
echo '};' >> "config/version.dtsi"

0 commit comments

Comments
 (0)