Files
qmk_firmware/keyboards/hid_rgbled/ichi_pp/halconf.h
2024-02-18 03:25:28 +09:00

10 lines
202 B
C

// Copyright 2024 hsgw (Takuya Urakawa, Dm9Records, 5z6p.com)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
// #define HAL_USE_I2C TRUE
#define HAL_USE_SPI TRUE
#include_next <halconf.h>