From 9dbee3e23d28e5f61384bbb5650505a572022341 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 16 Mar 2023 20:18:33 +1100 Subject: Remove useless "ifdef KEYBOARD_*" (#20078) Co-authored-by: Nick Brassel --- keyboards/jacky_studio/bear_65/bear_65.c | 17 ----------------- keyboards/jacky_studio/bear_65/bear_65.h | 25 ------------------------- keyboards/jacky_studio/bear_65/rev1/rev1.h | 2 +- keyboards/jacky_studio/bear_65/rev2/rev2.h | 2 +- 4 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 keyboards/jacky_studio/bear_65/bear_65.c delete mode 100644 keyboards/jacky_studio/bear_65/bear_65.h (limited to 'keyboards/jacky_studio') diff --git a/keyboards/jacky_studio/bear_65/bear_65.c b/keyboards/jacky_studio/bear_65/bear_65.c deleted file mode 100644 index a2ae572b82..0000000000 --- a/keyboards/jacky_studio/bear_65/bear_65.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2020 MudkipMao - * - * 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 . - */ - -#include "bear_65.h" diff --git a/keyboards/jacky_studio/bear_65/bear_65.h b/keyboards/jacky_studio/bear_65/bear_65.h deleted file mode 100644 index be8a14a86f..0000000000 --- a/keyboards/jacky_studio/bear_65/bear_65.h +++ /dev/null @@ -1,25 +0,0 @@ -/* Copyright 2020 MudkipMao - * - * 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 "quantum.h" - -#if defined(KEYBOARD_jacky_studio_bear_65_rev1) - #include "rev1.h" -#elif defined(KEYBOARD_jacky_studio_bear_65_rev2) - #include "rev2.h" -#endif diff --git a/keyboards/jacky_studio/bear_65/rev1/rev1.h b/keyboards/jacky_studio/bear_65/rev1/rev1.h index 901efe70b7..872436fcd4 100644 --- a/keyboards/jacky_studio/bear_65/rev1/rev1.h +++ b/keyboards/jacky_studio/bear_65/rev1/rev1.h @@ -16,7 +16,7 @@ #pragma once -#include "bear_65.h" +#include "quantum.h" #define LAYOUT_all( \ K31, K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K4E, \ diff --git a/keyboards/jacky_studio/bear_65/rev2/rev2.h b/keyboards/jacky_studio/bear_65/rev2/rev2.h index 31cc430504..61f5a9d6fe 100644 --- a/keyboards/jacky_studio/bear_65/rev2/rev2.h +++ b/keyboards/jacky_studio/bear_65/rev2/rev2.h @@ -16,7 +16,7 @@ #pragma once -#include "bear_65.h" +#include "quantum.h" #define LAYOUT_wk_full( \ K31, K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K4E, \ -- cgit v1.2.3