|
|
|
@@ -4,6 +4,8 @@ Here's all notable changes and commits to both the configuration repo and the ba
|
|
|
|
|
Many thanks to all those who have submitted issues and pull requests to make this firmware better!
|
|
|
|
|
## Config repo
|
|
|
|
|
|
|
|
|
|
1/14/2024 - Update base ZMK, change KConfig attributes to support, Enable experimental BLE features for improved stability [#326](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/326)
|
|
|
|
|
|
|
|
|
|
12/27/2023 - Change how the characters are used in the versioning script for improved MacOS experience [#303](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/303)
|
|
|
|
|
|
|
|
|
|
12/15/2022 - Update keymap.json to reflect new versioning macro [#300](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/300)
|
|
|
|
@@ -16,11 +18,11 @@ Many thanks to all those who have submitted issues and pull requests to make thi
|
|
|
|
|
|
|
|
|
|
11/16/2023 - Update changelog with base ZMK update [#268](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/268)
|
|
|
|
|
|
|
|
|
|
11/15/2023 - Add and document the new automatic versioning system [#267](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/267)
|
|
|
|
|
11/15/2023 - Add and document the new automatic versioning system [#267](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/267)
|
|
|
|
|
|
|
|
|
|
11/7/2023 - Add and document a new configuration option for extended NKRO ranges [#264](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/264)
|
|
|
|
|
11/7/2023 - Add and document a new configuration option for extended NKRO ranges [#264](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/264)
|
|
|
|
|
|
|
|
|
|
11/2/2023 - Update the documentation to note the new configuration options, other miscellaneous improvements based on feedback [#260](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/260)
|
|
|
|
|
11/2/2023 - Update the documentation to note the new configuration options, other miscellaneous improvements based on feedback [#260](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/260)
|
|
|
|
|
|
|
|
|
|
10/30/2023 - Update the [settings_reset.uf2](/settings-reset.uf2) file to improve reset behaviour with the new update
|
|
|
|
|
|
|
|
|
@@ -88,16 +90,31 @@ Many thanks to all those who have submitted issues and pull requests to make thi
|
|
|
|
|
|
|
|
|
|
## Base ZMK
|
|
|
|
|
|
|
|
|
|
There have beeen 4 branches of ZMK used for the 360 Pro so far. Beta branches are not changelogged as they are subject to frequent changes and tweaks.
|
|
|
|
|
There have beeen 5 branches of ZMK used for the 360 Pro so far. Beta branches are not changelogged as they are subject to frequent changes and tweaks.
|
|
|
|
|
|
|
|
|
|
| Branch | Date From | Date To | Config Branch |
|
|
|
|
|
| -------- | ------- |-------|-----|
|
|
|
|
|
| [adv360-beta](https://github.com/ReFil/zmk/tree/adv360-beta) | 3/1/2022 | 9/17/2022 | V1.0 (since deleted) |
|
|
|
|
|
| [adv360-z3](https://github.com/ReFil/zmk/tree/adv360-z3) | 9/17/2022 | 7/6/2023 | V2.0 (since deleted) |
|
|
|
|
|
| [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) |
|
|
|
|
|
| [adv360-z3.2-2](https://github.com/ReFil/zmk/tree/adv360-z3.2-2) | 20/10/2023 | To date | [V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (current) |
|
|
|
|
|
| [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 XXXXXXX) |
|
|
|
|
|
| [adv360-z3.2-3](https://github.com/ReFil/zmk/tree/adv360-z3.2-3) | 1/14/2024 | To date | [V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (current) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### adv360-z3.2-3
|
|
|
|
|
|
|
|
|
|
1/8/2023 - Merge latest upstream ZMK (Commit 7652fbeb)
|
|
|
|
|
|
|
|
|
|
12/17/2023 - Add KConfig line to ensure compatibility with previous NKRO extended report is maintained
|
|
|
|
|
|
|
|
|
|
12/17/2023 - Fix conflicts with upstream HID indicators code for split communication
|
|
|
|
|
|
|
|
|
|
12/17/2023 - Add defines for HID indicator LEDs to maintain compatibility with lighting code
|
|
|
|
|
|
|
|
|
|
12/17/2023 - Merge latest upstream ZMK (Commit 78fa1e77)
|
|
|
|
|
|
|
|
|
|
Note: Several features that used to be custom to this branch (BT battery reporting disable, Extended NKRO, HID Indicators) are now upstream
|
|
|
|
|
|
|
|
|
|
### adv360-z3.2-2
|
|
|
|
|
|
|
|
|
|
11/16/2023 - Fix race condition in the bluetooth code causing issues with split connectivity
|
|
|
|
@@ -108,7 +125,7 @@ There have beeen 4 branches of ZMK used for the 360 Pro so far. Beta branches ar
|
|
|
|
|
|
|
|
|
|
11/1/2023 - Change order of RGB initialisation to prevent situations where lighting could get stuck in battery reporting mode
|
|
|
|
|
|
|
|
|
|
10/27/2023 - Change HID max NKRO usage to allow usage of F13-F24 and other rarely used keycodes with NKRO enabled
|
|
|
|
|
10/27/2023 - Change HID max NKRO usage to allow usage of F13-F24 and other rarely used keycodes with NKRO enabled
|
|
|
|
|
|
|
|
|
|
10/18/2023 - Disable saving certain RGB elements to flash memory to help with flash wear
|
|
|
|
|
|
|
|
|
|