0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-04-09 07:15:40 +00:00
qmk_firmware/keyboards/stront/halconf.h
2023-07-08 00:11:22 +10:00

10 lines
172 B
C

// Copyright 2023 zzeneg (@zzeneg)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_SPI TRUE
#define HAL_USE_PWM TRUE
#include_next <halconf.h>