qmk_sweep_skeletyl/keyboards/moky/moky67/halconf.h
2024-05-21 00:48:26 +01:00

10 lines
221 B
C

// 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>