From b1e6b3798a0b355aa3f766a906d76b86331ccac4 Mon Sep 17 00:00:00 2001 From: Jason Hazel Date: Tue, 21 Mar 2023 16:53:06 -0400 Subject: Adding Bad Wings Support (#20153) --- keyboards/hazel/bad_wings/halconf.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 keyboards/hazel/bad_wings/halconf.h (limited to 'keyboards/hazel/bad_wings/halconf.h') diff --git a/keyboards/hazel/bad_wings/halconf.h b/keyboards/hazel/bad_wings/halconf.h new file mode 100644 index 0000000000..ed9500fe75 --- /dev/null +++ b/keyboards/hazel/bad_wings/halconf.h @@ -0,0 +1,12 @@ +// Copyright 2023 Jason Hazel (@jasonhazel) +// SPDX-License-Identifier: GPL-3.0-or-later + +#pragma once + +#define HAL_USE_SPI TRUE +#define HAL_USE_I2C TRUE +#define HAL_USE_PWM TRUE +#define SPI_USE_WAIT TRUE +#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD + +#include_next \ No newline at end of file -- cgit v1.2.3