Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineGod committed Dec 3, 2024
1 parent 507c21b commit 1298b83
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
14 changes: 10 additions & 4 deletions rmk-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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)

Expand Down
13 changes: 6 additions & 7 deletions rmk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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


0 comments on commit 1298b83

Please sign in to comment.