~ruther/qmk_firmware

ref: a8e9d4f2078795f1f51a06c4fb88cff3c475fca2 qmk_firmware/keyboards/at_at/660m/660m.c -rw-r--r-- 143 bytes
a8e9d4f2 — Joel Challis Add embed to docs capabilities (#23698) 11 months ago
                                                                                
1
2
3
4
5
6
#include "quantum.h"

void board_init(void) {
  SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP;
  SYSCFG->CFGR1 &= ~(SYSCFG_CFGR1_SPI2_DMA_RMP);
}
Do not follow this link