mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-26 13:16:44 +00:00
d73ad52040
Co-authored-by: Shandon Anderson <shandon@shandon.codes>
8 lines
158 B
C
8 lines
158 B
C
// Copyright 2022 ShandonCodes (@ShandonCodes)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define HAL_USE_I2C TRUE
|
|
|
|
#include_next <halconf.h>
|