forked from mirrors/qmk_firmware
57c35bd817
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
7 lines
No EOL
132 B
C
7 lines
No EOL
132 B
C
// Copyright 2022 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define HAL_USE_I2C TRUE
|
|
|
|
#include_next <halconf.h> |