mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-14 07:55:28 +00:00
9 lines
165 B
C
9 lines
165 B
C
// Copyright 2022 Jay Greco
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_I2C TRUE
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#include_next <halconf.h>
|