mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 09:56:54 +06:00
88653c53ed
Co-authored-by: ojthetiny <ba6sti6@gmail.com>
9 lines
141 B
C
9 lines
141 B
C
// Copyright 2022 @ojthetiny
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_I2C TRUE
|
|
|
|
#include_next <halconf.h>
|