qmk_firmware/keyboards/steelseries/prime_plus/halconf.h

11 lines
198 B
C
Raw Normal View History

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