forked from mirrors/qmk_firmware
27671d8a43
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
8 lines
158 B
C
8 lines
158 B
C
// Copyright 2022 Yoichiro Tanaka (@yoichiro)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_SIO TRUE
|
|
|
|
#include_next <halconf.h>
|