summaryrefslogtreecommitdiff
path: root/keyboards/steelseries/prime/halconf.h
blob: e1498a877a30af07c7976dcf697c853f9b12a260 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2024 Dasky (@daskygit)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#define HAL_USE_SPI TRUE
#define HAL_USE_PWM TRUE

#include_next <halconf.h>