summaryrefslogtreecommitdiff
path: root/keyboards/riot_pad/halconf.h
blob: 555a60902955d65da148728d43114e924dadb1c2 (plain)
1
2
3
4
5
6
7
// Copyright 2023 ShandonCodes (@ShandonCodes)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once

#define HAL_USE_SPI TRUE

#include_next <halconf.h>