Deploying to gh-pages from @ qmk/qmk_firmware@419a7944a4 🚀

This commit is contained in:
zvecr 2023-01-24 15:19:16 +00:00
parent 197f17fd08
commit bb8c1376f4

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