qmk_firmware/keyboards/stront/halconf.h

10 lines
172 B
C
Raw Permalink Normal View History

// 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>