mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 17:37:40 +06:00
6fb9de6cbb
Co-authored-by: Drashna Jaelre <drashna@live.com>
10 lines
183 B
C
10 lines
183 B
C
// Copyright 2023 Leon Anavi <leon@anavi.org>
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_I2C TRUE
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#include_next <halconf.h>
|