mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
39d0a14258
Co-authored-by: jack <0x6a73@protonmail.com>
9 lines
162 B
C
9 lines
162 B
C
// Copyright 2023 John Barbero Unenge (@jbarberu)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_I2C TRUE
|
|
|
|
#include_next <halconf.h>
|