mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
8 lines
112 B
C
8 lines
112 B
C
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define HAL_USE_I2C TRUE
|
||
|
|
||
|
#include_next <halconf.h>
|