From 35b27909baa94592170749b85b0ddd7590a63232 Mon Sep 17 00:00:00 2001 From: temp4gh Date: Wed, 5 Jul 2023 01:11:34 +0800 Subject: [keyboard] Add abko/ak84bt (#21243) Co-authored-by: Drashna Jaelre Co-authored-by: Ryan Co-authored-by: syc --- keyboards/abko/ak84bt/halconf.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 keyboards/abko/ak84bt/halconf.h (limited to 'keyboards/abko/ak84bt/halconf.h') diff --git a/keyboards/abko/ak84bt/halconf.h b/keyboards/abko/ak84bt/halconf.h new file mode 100644 index 0000000000..f1dae7232e --- /dev/null +++ b/keyboards/abko/ak84bt/halconf.h @@ -0,0 +1,22 @@ +/* Copyright 2023 temp4gh + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#pragma once + +#include_next + +#undef HAL_USE_I2C +#define HAL_USE_I2C TRUE -- cgit v1.2.3