[Keyboard] Kangaroo Rev2 (#18199)
This commit is contained in:
parent
7eb71f72a7
commit
f3d52d8fe8
14 changed files with 118 additions and 28 deletions
|
@ -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"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue