Skip to content

Commit

Permalink
Merge pull request #65 from minipadKB/master
Browse files Browse the repository at this point in the history
hotfix: Add changelog for version `2024.606.1`
  • Loading branch information
minisbett committed Jun 6, 2024
2 parents 43dde28 + ba1b653 commit 666e09e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2024.606.1 - Proper digital key support

This release brings proper support for digital keys. Until now, the implementation of digital keys has been poorly as there was no INPUT_PULLUP on the pins by default, which is annoying to users of the firmware as in almost all cases this is required for mechanical switches or simple push buttons to work.

This and more is changed now so that digital keys can easily be supported out-of-the-box.

## Changes
- `pinMode(pin, INPUT_PULLUP)` is now invoked on every pin assigned to a digital key
- Instead of `HIGH`, `LOW` is now considered as pressed down on digital keys

# 2024.309.1 - Auto-calibration & Gauss correction

This release was long overdue. Auto-calibration has been added, removing the need to manually calibrate the rest- and down positions via minitool.
Expand Down

0 comments on commit 666e09e

Please sign in to comment.