diff options
Diffstat (limited to 'keyboards/tzarc/ghoul/rev1/stm32/halconf.h')
-rw-r--r-- | keyboards/tzarc/ghoul/rev1/stm32/halconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/tzarc/ghoul/rev1/stm32/halconf.h b/keyboards/tzarc/ghoul/rev1/stm32/halconf.h new file mode 100644 index 0000000000..66d4d70a9d --- /dev/null +++ b/keyboards/tzarc/ghoul/rev1/stm32/halconf.h @@ -0,0 +1,9 @@ +// Copyright 2018-2022 Nick Brassel (@tzarc) +// SPDX-License-Identifier: GPL-3.0-or-later +#pragma once + +#define HAL_USE_ADC TRUE +#define HAL_USE_SPI TRUE +#define HAL_USE_PWM TRUE + +#include_next <halconf.h> |