Skip to content

Commit

Permalink
Update understanding_qmk.md (#19664)
Browse files Browse the repository at this point in the history
Changed "...4 row by 5 column numpad" to "...5 row by 4 column numpad" on line 46.
  • Loading branch information
arrowj committed Jan 24, 2023
1 parent b24fa2f commit 419a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/understanding_qmk.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ While there are different strategies for doing the actual matrix detection, they
}
```

That datastructure is a direct representation of the matrix for a 4 row by 5 column numpad. When a key is pressed that key's position within the matrix will be returned as `1` instead of `0`.
That datastructure is a direct representation of the matrix for a 5 row by 4 column numpad. When a key is pressed that key's position within the matrix will be returned as `1` instead of `0`.

Matrix Scanning runs many times per second. The exact rate varies but typically it runs at least 10 times per second to avoid perceptible lag.

Expand Down

0 comments on commit 419a794

Please sign in to comment.