logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

660m.c (143B)


  1. #include "quantum.h"
  2. void board_init(void) {
  3. SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP;
  4. SYSCFG->CFGR1 &= ~(SYSCFG_CFGR1_SPI2_DMA_RMP);
  5. }