From 724aa3a4b256ccb058e4ef86c882167635d6815d Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Fri, 30 Dec 2022 08:04:01 +0700 Subject: Refactor entire Handwired K552 keyboard (#18066) --- keyboards/horrortroll/handwired_k552/halconf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'keyboards/horrortroll/handwired_k552/halconf.h') diff --git a/keyboards/horrortroll/handwired_k552/halconf.h b/keyboards/horrortroll/handwired_k552/halconf.h index 2ef68f8fb2..a8be303915 100644 --- a/keyboards/horrortroll/handwired_k552/halconf.h +++ b/keyboards/horrortroll/handwired_k552/halconf.h @@ -1,4 +1,4 @@ -/* Copyright 2021 HorrorTroll +/* Copyright 2022 HorrorTroll * * 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 @@ -23,4 +23,8 @@ #define HAL_USE_I2C TRUE +#define HAL_USE_SPI TRUE +#define SPI_USE_WAIT TRUE +#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD + #include_next -- cgit v1.2.3