Files
qmk-keychron-q3-colemak-dh/platforms/chibios/boards/QMK_PM2040/configs/halconf.h
2022-07-06 19:27:15 +01:00

10 lines
159 B
C

// Copyright 2022 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_I2C TRUE
#define HAL_USE_SPI TRUE
#include_next <halconf.h>