You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ Here's all notable changes and commits to both the configuration repo and the ba
4
4
Many thanks to all those who have submitted issues and pull requests to make this firmware better!
5
5
## Config repo
6
6
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
+
9
+
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)
10
+
11
+
11/27/2024 - Fix misattributed PR link in changelog [#590](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/590)
@@ -12,7 +18,7 @@ Many thanks to all those who have submitted issues and pull requests to make thi
12
18
13
19
4/7/2024 - Add documentation for new layer colors, and configurable modifier indicator color [#431](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/431)
3/14/2024 - Fix Makefile errors that prevent builds on macOS [#409](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/409)
18
24
@@ -119,7 +125,32 @@ There have beeen 5 branches of ZMK used for the 360 Pro so far. Beta branches ar
119
125
|[adv360-z3.2](https://github.com/ReFil/zmk/tree/adv360-z3.2)| 7/6/2023 | 20/10/2023 |[V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (Up to commit 82494e7) |
120
126
|[adv360-z3.2-2](https://github.com/ReFil/zmk/tree/adv360-z3.2-2)| 20/10/2023 | 1/14/2024 |[V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (Up to commit 4a5003a) |
121
127
|[adv360-z3.2-3](https://github.com/ReFil/zmk/tree/adv360-z3.2-3)| 1/14/2024 | 4/5/2024 |[V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (Up to commit 742d19e) |
122
-
|[adv360-z3.5](https://github.com/ReFil/zmk/tree/adv360-z3.5)| 4/5/2024 | To date |[V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (Current) |
128
+
|[adv360-z3.5](https://github.com/ReFil/zmk/tree/adv360-z3.5)| 4/5/2024 | 2/6/2025 |[V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (Up to commit 8988c99) |
129
+
|[adv360-z3.5-2](https://github.com/ReFil/zmk/tree/adv360-z3.5-2)| 2/6/2025 | To Date |[V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (Current) |
130
+
131
+
### adv360-z3.5-2
132
+
133
+
1/26/2025 - Change mouse key press metadata to suit clique
134
+
135
+
1/25/2025 - Add new battery indication behavior
136
+
137
+
1/22/2025 - Send RGB effect over to the peripheral
138
+
139
+
1/14/2025 - Prevent ext power from saving to flash
140
+
141
+
1/14/2025 - Transmit RGB "on" state over the bluetooth connection
142
+
143
+
1/13/2025 - Add metadata to mouse button behaivior
144
+
145
+
1/11/2025 - Prevent RGB handler saving to flash
146
+
147
+
1/11/2025 - Changes to fix building after rebase
148
+
149
+
1/4/2025 - Rebase to latest ZMK (commit 3377ed02)
150
+
151
+
11/21/2024 - Add additional checking to fix connection lockups
0 commit comments