mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-03 16:00:34 -04:00
4f7a7873c8
Format code according to conventions
9 lines
156 B
C
9 lines
156 B
C
// Copyright 2023 Noah Beidelman (@noahbei)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_I2C TRUE
|
|
|
|
#include_next <halconf.h>
|