qmk_firmware/keyboards/handwired/onekey/stm32f3_disco/halconf.h

9 lines
146 B
C
Raw Normal View History

// Copyright 2023 Stefan Kerkmann
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_ADC TRUE
#include_next <halconf.h>