summaryrefslogtreecommitdiff
path: root/keyboards/at_at/660m/660m.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/at_at/660m/660m.c')
-rw-r--r--keyboards/at_at/660m/660m.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/at_at/660m/660m.c b/keyboards/at_at/660m/660m.c
index 1a54df3be5..92ccc067f8 100644
--- a/keyboards/at_at/660m/660m.c
+++ b/keyboards/at_at/660m/660m.c
@@ -1 +1,6 @@
#include "660m.h"
+
+void board_init(void) {
+ SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP;
+ SYSCFG->CFGR1 &= ~(SYSCFG_CFGR1_SPI2_DMA_RMP);
+}