aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/riblee_f411/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/riblee_f411/mcuconf.h')
-rw-r--r--keyboards/handwired/riblee_f411/mcuconf.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/handwired/riblee_f411/mcuconf.h b/keyboards/handwired/riblee_f411/mcuconf.h
new file mode 100644
index 000000000..51561d37e
--- /dev/null
+++ b/keyboards/handwired/riblee_f411/mcuconf.h
@@ -0,0 +1,25 @@
1/* Copyright 2020 Nick Brassel (tzarc)
2 * Copyright 2020 Janos Daniel Reibl <janos.daniel.reibl@protonmail.com> @riblee
3 *
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <https://www.gnu.org/licenses/>.
16 */
17#pragma once
18
19#include_next "mcuconf.h"
20
21#undef STM32_I2C_USE_I2C1
22#define STM32_I2C_USE_I2C1 TRUE
23
24#undef I2C_DRIVER
25#define I2C_DRIVER I2CD1