From 4871f651c5328cc8c16d1ec991f3e865094b24c8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 27 Apr 2023 07:45:43 +1000 Subject: Move remaining `LAYOUT_all`s to data driven (#20463) --- keyboards/cutie_club/wraith/wraith.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/cutie_club/wraith/wraith.c') diff --git a/keyboards/cutie_club/wraith/wraith.c b/keyboards/cutie_club/wraith/wraith.c index cb2d1911c7..799ac318e6 100644 --- a/keyboards/cutie_club/wraith/wraith.c +++ b/keyboards/cutie_club/wraith/wraith.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include "wraith.h" +#include "quantum.h" void matrix_init_kb(void) { setPinOutput(B0); -- cgit v1.2.3