mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
6 lines
148 B
C
6 lines
148 B
C
// Copyright 2023 Alabahuy (@Alabahuy)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
#define HAL_USE_I2C TRUE
|
|
#include_next <halconf.h>
|