qmk_firmware/keyboards/stront/keymaps/i2c/halconf.h

9 lines
147 B
C
Raw Normal View History

// Copyright 2023 zzeneg (@zzeneg)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_I2C TRUE
#include_next <halconf.h>