Browse Source

Update understanding_qmk.md (#19664)

Changed "...4 row by 5 column numpad" to "...5 row by 4 column numpad" on line 46.
pull/18722/merge
arrowj 1 year ago
committed by GitHub
parent
commit
419a7944a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/understanding_qmk.md

+ 1
- 1
docs/understanding_qmk.md View File

@ -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.


Loading…
Cancel
Save