Initial support for CSTM65 (#22513)
This commit is contained in:
parent
c1b385ce0f
commit
131811b3d7
12 changed files with 419 additions and 0 deletions
14
keyboards/drop/cstm65/mcuconf.h
Normal file
14
keyboards/drop/cstm65/mcuconf.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Copyright 2023 Massdrop, Inc.
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef STM32_PLLM_VALUE
|
||||
#define STM32_PLLM_VALUE 16
|
||||
|
||||
#undef STM32_PREDIV_VALUE
|
||||
#define STM32_PREDIV_VALUE 2
|
||||
|
||||
#undef STM32_I2C_USE_I2C1
|
||||
#define STM32_I2C_USE_I2C1 TRUE
|
Loading…
Add table
Add a link
Reference in a new issue