~ruther/qmk_firmware

ref: 2acb426b8e51acd4ba16475c2132023cbb59b71a qmk_firmware/keyboards/at_at/660m/660m.c -rw-r--r-- 143 bytes
2acb426b — Joel Challis Remove "empty" files (#22603) 1 year, 5 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