[Keyboard] Add STM32f3 Discovery onekey (#21625)
This commit is contained in:
parent
96789a7cb0
commit
fca71f8d31
6 changed files with 47 additions and 0 deletions
9
keyboards/handwired/onekey/stm32f3_disco/mcuconf.h
Normal file
9
keyboards/handwired/onekey/stm32f3_disco/mcuconf.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2023 Stefan Kerkmann
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef STM32_ADC_USE_ADC1
|
||||
#define STM32_ADC_USE_ADC1 TRUE
|
||||
Loading…
Add table
Add a link
Reference in a new issue