mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-10 11:39:32 +00:00
14 lines
269 B
C
14 lines
269 B
C
|
// Copyright 2024 splitkb.com (support@splitkb.com)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
//// VIK
|
||
|
|
||
|
#define HAL_USE_I2C TRUE
|
||
|
|
||
|
#define HAL_USE_SPI TRUE
|
||
|
#define SPI_USE_WAIT TRUE
|
||
|
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
||
|
|
||
|
#include_next <halconf.h>
|