diff options
author | Joel Challis <git@zvecr.com> | 2020-02-21 03:49:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 14:49:33 +1100 |
commit | 7707724dc4864cb4ede738ee9e2c3568df99ced2 (patch) | |
tree | a8107c5eaf6254ce71ae1e3c4b61d69b6c4ef7d4 /docs/config_options.md | |
parent | 42d6270f28831e95d1cb9c14a7423d5b1d864d67 (diff) | |
download | qmk_firmware-7707724dc4864cb4ede738ee9e2c3568df99ced2.tar.gz qmk_firmware-7707724dc4864cb4ede738ee9e2c3568df99ced2.zip |
Allow 30us matrix delay to be keyboard/user overridable (#8216)
* Allow 30us matrix delay to be configurable via define
* Move wait logic to matrix_common
* Move wait logic to matrix_common - fix wait includes
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 5344fe851..d048d1767 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -53,6 +53,8 @@ This is a C header file that is one of the first things included, and will persi | |||
53 | * pins of the rows, from top to bottom | 53 | * pins of the rows, from top to bottom |
54 | * `#define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 }` | 54 | * `#define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 }` |
55 | * pins of the columns, from left to right | 55 | * pins of the columns, from left to right |
56 | * `#define MATRIX_IO_DELAY 30` | ||
57 | * the delay in microseconds when between changing matrix pin state and reading values | ||
56 | * `#define UNUSED_PINS { D1, D2, D3, B1, B2, B3 }` | 58 | * `#define UNUSED_PINS { D1, D2, D3, B1, B2, B3 }` |
57 | * pins unused by the keyboard for reference | 59 | * pins unused by the keyboard for reference |
58 | * `#define MATRIX_HAS_GHOST` | 60 | * `#define MATRIX_HAS_GHOST` |