summaryrefslogtreecommitdiff
path: root/keyboards/xelus/kangaroo/kangaroo.c
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2022-08-30 13:03:30 +1000
committerGitHub <noreply@github.com>2022-08-29 20:03:30 -0700
commitf3d52d8fe81da5044db4bb675ae788393d7c06a5 (patch)
treeaa3c54d60d3884e2dd57cf4d39b1f4325f59c20e /keyboards/xelus/kangaroo/kangaroo.c
parent7eb71f72a76562aa0f5df934e57c95b9e37c9023 (diff)
[Keyboard] Kangaroo Rev2 (#18199)
Diffstat (limited to 'keyboards/xelus/kangaroo/kangaroo.c')
-rw-r--r--keyboards/xelus/kangaroo/kangaroo.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/xelus/kangaroo/kangaroo.c b/keyboards/xelus/kangaroo/kangaroo.c
index a7a3d24800..585d33d498 100644
--- a/keyboards/xelus/kangaroo/kangaroo.c
+++ b/keyboards/xelus/kangaroo/kangaroo.c
@@ -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"); }