diff options
| author | Xelus22 | 2020-11-02 01:44:38 +0100 |
|---|---|---|
| committer | GitHub | 2020-11-02 01:44:38 +0100 |
| commit | c1481629fd882fcda2bbdbf236e93066eb68f89f (patch) | |
| tree | 32c70e4a72eff27beb1ed83ec5fd5a71a98a1e75 /keyboards/xelus/trinityxttkl | |
| parent | 83eecdce223901fcc52accfc9286943bf734cc25 (diff) | |
[Keyboard] Fix keyboard matrix scan rate with F072 (#10226)
* fix matrix scan rate
* Update trinityxttkl.c
* Update rev2.c
Diffstat (limited to 'keyboards/xelus/trinityxttkl')
| -rw-r--r-- | keyboards/xelus/trinityxttkl/trinityxttkl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/xelus/trinityxttkl/trinityxttkl.c b/keyboards/xelus/trinityxttkl/trinityxttkl.c index fbf38010a2..c548a10cf0 100644 --- a/keyboards/xelus/trinityxttkl/trinityxttkl.c +++ b/keyboards/xelus/trinityxttkl/trinityxttkl.c @@ -1 +1,4 @@ #include "trinityxttkl.h" + +// Tested and verified working on Trinity XT TKL +void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); } |