summaryrefslogtreecommitdiff
path: root/keyboards/jidohun/km113/halconf.h
blob: 6ff2f1ec6778c32db8a43cb23dfc35c658d71b8c (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2023 wind (@yelishang)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#define HAL_USE_SPI TRUE
#define SPI_USE_WAIT TRUE
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD

#include_next <halconf.h>