Skip to content

Commit

Permalink
Merge pull request #53 from minipadKB/master
Browse files Browse the repository at this point in the history
hotfix: Fix changelog formatting
  • Loading branch information
minisbett authored Aug 13, 2023
2 parents 570afae + 9e77859 commit c3cb616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This update was supposed to include the new auto-calibration functionality but i
- The key chars supported are no longer restricted to a-z, any character from 0-255 can now be chosen, including modifier keys
- The `hkey/dkey.char` command now allows characters like `a` or `7` as the parameter, instead of their ASCII number equivalent

# Bug Fixes
## Bug Fixes

- Fixed rare cases in which command handling failed

# Changes
## Changes

- Serial input handling is now using Arduino's built-in `serialEvent` function
- All includes of `stdint.h` have been replaced with C++'s `cstdint`
Expand Down

0 comments on commit c3cb616

Please sign in to comment.