mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 09:56:54 +06:00
007c0c1db4
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
15 lines
253 B
C
15 lines
253 B
C
// Copyright 2021-2022 alin m elena (@alinelena)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#define HAL_USE_SERIAL TRUE
|
|
|
|
#define SERIAL_USB_BUFFERS_SIZE 256
|
|
|
|
#define HAL_USE_I2C TRUE
|
|
|
|
#include_next <halconf.h>
|