summaryrefslogtreecommitdiffstats
path: root/keyboards/aeboards/ext65
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2020-11-02 00:44:38 +0000
committerGitHub <noreply@github.com>2020-11-01 16:44:38 -0800
commitc1481629fd882fcda2bbdbf236e93066eb68f89f (patch)
tree32c70e4a72eff27beb1ed83ec5fd5a71a98a1e75 /keyboards/aeboards/ext65
parent83eecdce223901fcc52accfc9286943bf734cc25 (diff)
[Keyboard] Fix keyboard matrix scan rate with F072 (#10226)
* fix matrix scan rate * Update trinityxttkl.c * Update rev2.c
Diffstat (limited to 'keyboards/aeboards/ext65')
-rw-r--r--keyboards/aeboards/ext65/rev2/rev2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/aeboards/ext65/rev2/rev2.c b/keyboards/aeboards/ext65/rev2/rev2.c
index 35e88a8b19..5d7658101e 100644
--- a/keyboards/aeboards/ext65/rev2/rev2.c
+++ b/keyboards/aeboards/ext65/rev2/rev2.c
@@ -1,5 +1,8 @@
#include "rev2.h"
+// Tested and verified working on ext65rev2
+void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); }
+
#ifdef OLED_DRIVER_ENABLE
void board_init(void) {
SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP;