diff options
-rw-r--r-- | keyboards/aeboards/ext65/rev2/rev2.c | 3 | ||||
-rw-r--r-- | keyboards/xelus/trinityxttkl/trinityxttkl.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/aeboards/ext65/rev2/rev2.c b/keyboards/aeboards/ext65/rev2/rev2.c index 35e88a8b1..5d7658101 100644 --- a/keyboards/aeboards/ext65/rev2/rev2.c +++ b/keyboards/aeboards/ext65/rev2/rev2.c | |||
@@ -1,5 +1,8 @@ | |||
1 | #include "rev2.h" | 1 | #include "rev2.h" |
2 | 2 | ||
3 | // Tested and verified working on ext65rev2 | ||
4 | void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); } | ||
5 | |||
3 | #ifdef OLED_DRIVER_ENABLE | 6 | #ifdef OLED_DRIVER_ENABLE |
4 | void board_init(void) { | 7 | void board_init(void) { |
5 | SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP; | 8 | SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP; |
diff --git a/keyboards/xelus/trinityxttkl/trinityxttkl.c b/keyboards/xelus/trinityxttkl/trinityxttkl.c index fbf38010a..c548a10cf 100644 --- a/keyboards/xelus/trinityxttkl/trinityxttkl.c +++ b/keyboards/xelus/trinityxttkl/trinityxttkl.c | |||
@@ -1 +1,4 @@ | |||
1 | #include "trinityxttkl.h" | 1 | #include "trinityxttkl.h" |
2 | |||
3 | // Tested and verified working on Trinity XT TKL | ||
4 | void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); } | ||