Skip to content

Commit 091a5d4

Browse files
authored
Local build changes (#643)
* Improve local building experience * Update CHANGELOG.md
1 parent 1783f41 commit 091a5d4

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
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"

config/adv360.keymap

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
behaviors {
1111
#include "macros.dtsi"
1212
#include "version.dtsi"
13-
#ifndef VERSION_MACRO
14-
macro_ver: macro_ver {
15-
compatible = "zmk,behavior-macro";
16-
label = "macro_version";
17-
#binding-cells = <0>;
18-
bindings = <&kp RET>;
19-
};
20-
#endif
2113

2214
hm: homerow_mods {
2315
compatible = "zmk,behavior-hold-tap";

0 commit comments

Comments
 (0)