qmk_sweep_skeletyl/keyboards/handwired/onekey/stm32f3_disco/halconf.h
2023-07-28 09:19:53 +10:00

8 lines
146 B
C

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