From 1298b83e02ce8bf3e6032481fb1d9a6187cb5a66 Mon Sep 17 00:00:00 2001 From: Ando Date: Tue, 3 Dec 2024 15:21:25 +1100 Subject: [PATCH] Update changelogs --- rmk-macro/CHANGELOG.md | 14 ++++++++++---- rmk/CHANGELOG.md | 13 ++++++------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/rmk-macro/CHANGELOG.md b/rmk-macro/CHANGELOG.md index eb4138e6..9236d1c2 100644 --- a/rmk-macro/CHANGELOG.md +++ b/rmk-macro/CHANGELOG.md @@ -9,8 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Add 'split.central.matrix` and `split.peripheral.matrix` for split matrix configurations - Add `clear_storage` option +### Removed + +- Removed `split.central.input_pins` and `split.central.output_pins` +- Removed `split.peripheral.input_pins` and `split.peripheral.output_pins` + ## [0.3.4] - 2024-11-27 ### Changed @@ -44,12 +50,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add default config for chips -- Implemented `keyboard.toml` parsing for the new `WM(key, modifier)` "With Modifier" macro +- Implemented `keyboard.toml` parsing for the new `WM(key, modifier)` "With Modifier" macro ### Changed - BREAKING: refactor the whole macro crate, update `keyboard.toml` fields -- Use reference of keymap in `run_rmk` +- Use reference of keymap in `run_rmk` ### Fixed @@ -77,11 +83,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix broken link in error message -## [0.1.8] - 2024-08-06 +## [0.1.8] - 2024-08-06 - Update `embassy-nrf` and `embassy-rp` version -## [0.1.7] - 2024-07-25 +## [0.1.7] - 2024-07-25 - Fix keymap doesn't update issue [#41](https://github.com/HaoboGu/rmk/issues/41) diff --git a/rmk/CHANGELOG.md b/rmk/CHANGELOG.md index 57a6b368..73c719f2 100644 --- a/rmk/CHANGELOG.md +++ b/rmk/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Support `direct_pin` type matrix for split configurations - Add `clear_storage` option ### Changed @@ -55,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix lagging for split peripheral +- Fix lagging for split peripheral ### Added @@ -78,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- BREAKING: use reference of keymap in `run_rmk` +- BREAKING: use reference of keymap in `run_rmk` - BREAKING: refactor the whole macro crate, update `keyboard.toml` config, old `keyboard.toml` config may raise compilation error - Decouple the matrix(input device) and keyboard implementation - Stop scanning matrix after releasing all keys @@ -103,7 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Automate uf2 firmware generation via `cargo-make` - Storage and vial support for ESP series -- Vial over BLE support for Windows +- Vial over BLE support for Windows - `TO` and `DF` action support ### Changed @@ -168,7 +169,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Support led status update from ble +- Support led status update from ble - Support more nRF chips: nRF52833, nRF52810, nRF52811 ## [0.1.21] - 2024-06-08 @@ -187,12 +188,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed doc display error on docs.rs +- Fixed doc display error on docs.rs ## [0.1.16] - 2024-06-01 ### Added - Add new CHANGELOG.md - -