From 59f5f57d524173ece07c50400f54bbb20edffc08 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 9 Dec 2023 17:27:00 +0000 Subject: Initial commit --- halconf.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 halconf.h (limited to 'halconf.h') diff --git a/halconf.h b/halconf.h new file mode 100644 index 0000000..39fbe3e --- /dev/null +++ b/halconf.h @@ -0,0 +1,7 @@ +// Copyright 2022 QMK +// SPDX-License-Identifier: GPL-2.0-or-later +#pragma once + +#define HAL_USE_I2C TRUE + +#include_next \ No newline at end of file -- cgit v1.2.3