~ruther/qmk_firmware

c1481629fd882fcda2bbdbf236e93066eb68f89f — Xelus22 4 years ago 83eecdc
[Keyboard] Fix keyboard matrix scan rate with F072 (#10226)

* fix matrix scan rate

* Update trinityxttkl.c

* Update rev2.c
2 files changed, 6 insertions(+), 0 deletions(-)

M keyboards/aeboards/ext65/rev2/rev2.c
M keyboards/xelus/trinityxttkl/trinityxttkl.c
M keyboards/aeboards/ext65/rev2/rev2.c => keyboards/aeboards/ext65/rev2/rev2.c +3 -0
@@ 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;

M keyboards/xelus/trinityxttkl/trinityxttkl.c => keyboards/xelus/trinityxttkl/trinityxttkl.c +3 -0
@@ 1,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"); }