summaryrefslogtreecommitdiff
path: root/keyboards/moky/moky88/halconf.h
blob: 0a59a1fcb8e26d35261559fe15b9746bd272637b (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2023 VertorWang (@itarze)
// 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>