[Keyboard] Kangaroo Rev2 (#18199)

This commit is contained in:
Xelus22
2022-08-30 13:03:30 +10:00
committed by GitHub
parent 7eb71f72a7
commit f3d52d8fe8
14 changed files with 118 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
/* Copyright 2020 Harrison Chan (Xelus)
/* Copyright 2022 Harrison Chan (Xelus)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,9 +16,4 @@
#include "kangaroo.h"
void board_init(void) {
SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP;
SYSCFG->CFGR1 &= ~(SYSCFG_CFGR1_SPI2_DMA_RMP);
}
void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); }