diff --git a/CHANGELOG.md b/CHANGELOG.md index 741ec5e9ff..3d479fbefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/17/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) +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) 11/27/2024 - Fix misattributed PR link in changelog [#590](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/590) @@ -121,11 +121,17 @@ There have beeen 5 branches of ZMK used for the 360 Pro so far. Beta branches ar | [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 | 1/14/2024 | [V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (Up to commit 4a5003a) | | [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) | -| [adv360-z3.5](https://github.com/ReFil/zmk/tree/adv360-z3.5) | 4/5/2024 | 1/17/2025 | [V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (Up to commit 8988c99) | -| [adv360-z3.5-2](https://github.com/ReFil/zmk/tree/adv360-z3.5-2) | 1/17/2025 | To Date | [V3.0](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/tree/V3.0) (Current) | +| [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) | +| [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) | ### adv360-z3.5-2 +1/26/2025 - Change mouse key press metadata to suit clique + +1/25/2025 - Add new battery indication behavior + +1/22/2025 - Send RGB effect over to the peripheral + 1/14/2025 - Prevent ext power from saving to flash 1/14/2025 - Transmit RGB "on" state over the bluetooth connection diff --git a/config/adv360.keymap b/config/adv360.keymap index 0a64eb3c73..0982fbb69a 100644 --- a/config/adv360.keymap +++ b/config/adv360.keymap @@ -74,22 +74,22 @@ >; }; extra1 { - display-name = "Extra"; + display-name = "Red"; status = "reserved"; }; extra2 { - display-name = "Extra"; + display-name = "Purple"; status = "reserved"; }; extra3 { - display-name = "Extra"; + display-name = "Cyan"; status = "reserved"; }; extra4 { - display-name = "Extra"; + display-name = "Yellow"; status = "reserved"; }; }; diff --git a/config/boards/arm/adv360/adv360_left.dts b/config/boards/arm/adv360/adv360_left.dts index 87813e861e..f4a8551bc6 100644 --- a/config/boards/arm/adv360/adv360_left.dts +++ b/config/boards/arm/adv360/adv360_left.dts @@ -10,7 +10,7 @@ /{ kscan0: kscan { compatible = "zmk,kscan-gpio-matrix"; - + wakeup-source; diode-direction = "col2row"; row-gpios = <&gpio1 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> diff --git a/config/boards/arm/adv360/adv360_right.dts b/config/boards/arm/adv360/adv360_right.dts index 1c775401ee..f167fc71f1 100644 --- a/config/boards/arm/adv360/adv360_right.dts +++ b/config/boards/arm/adv360/adv360_right.dts @@ -13,7 +13,7 @@ kscan0: kscan { compatible = "zmk,kscan-gpio-matrix"; - + wakeup-source; diode-direction = "col2row"; row-gpios = <&gpio0 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>