From 02ccc50e6085a9d0a4f38f252960e2d14ffe4d1f Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 17 Mar 2023 14:02:04 +1100 Subject: Remove more empty headers (#20155) --- keyboards/keycapsss/o4l_5x12/o4l_5x12.c | 1 - keyboards/keycapsss/plaid_pad/plaid_pad.c | 17 ----------------- keyboards/keycapsss/plaid_pad/rev1/rev1.c | 17 ----------------- keyboards/keycapsss/plaid_pad/rev1/rev1.h | 19 ------------------- keyboards/keycapsss/plaid_pad/rev2/rev2.c | 17 ----------------- keyboards/keycapsss/plaid_pad/rev2/rev2.h | 19 ------------------- keyboards/keycapsss/plaid_pad/rev3/rev3.c | 17 ----------------- keyboards/keycapsss/plaid_pad/rev3/rev3.h | 20 -------------------- 8 files changed, 127 deletions(-) delete mode 100644 keyboards/keycapsss/o4l_5x12/o4l_5x12.c delete mode 100644 keyboards/keycapsss/plaid_pad/plaid_pad.c delete mode 100644 keyboards/keycapsss/plaid_pad/rev1/rev1.c delete mode 100644 keyboards/keycapsss/plaid_pad/rev1/rev1.h delete mode 100644 keyboards/keycapsss/plaid_pad/rev2/rev2.c delete mode 100644 keyboards/keycapsss/plaid_pad/rev2/rev2.h delete mode 100644 keyboards/keycapsss/plaid_pad/rev3/rev3.c delete mode 100644 keyboards/keycapsss/plaid_pad/rev3/rev3.h (limited to 'keyboards/keycapsss') diff --git a/keyboards/keycapsss/o4l_5x12/o4l_5x12.c b/keyboards/keycapsss/o4l_5x12/o4l_5x12.c deleted file mode 100644 index 78267062c3..0000000000 --- a/keyboards/keycapsss/o4l_5x12/o4l_5x12.c +++ /dev/null @@ -1 +0,0 @@ -#include "o4l_5x12.h" diff --git a/keyboards/keycapsss/plaid_pad/plaid_pad.c b/keyboards/keycapsss/plaid_pad/plaid_pad.c deleted file mode 100644 index 127b80a5f9..0000000000 --- a/keyboards/keycapsss/plaid_pad/plaid_pad.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2020 Ben Roesner (keycapsss.com) - * - * 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 "plaid_pad.h" diff --git a/keyboards/keycapsss/plaid_pad/rev1/rev1.c b/keyboards/keycapsss/plaid_pad/rev1/rev1.c deleted file mode 100644 index 7d21ede286..0000000000 --- a/keyboards/keycapsss/plaid_pad/rev1/rev1.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2020 Ben Roesner (keycapsss.com) - * - * 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 "rev1.h" diff --git a/keyboards/keycapsss/plaid_pad/rev1/rev1.h b/keyboards/keycapsss/plaid_pad/rev1/rev1.h deleted file mode 100644 index 4a42622ba5..0000000000 --- a/keyboards/keycapsss/plaid_pad/rev1/rev1.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright 2020 Ben Roesner (keycapsss.com) - * - * 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 "plaid_pad.h" diff --git a/keyboards/keycapsss/plaid_pad/rev2/rev2.c b/keyboards/keycapsss/plaid_pad/rev2/rev2.c deleted file mode 100644 index 7a830676be..0000000000 --- a/keyboards/keycapsss/plaid_pad/rev2/rev2.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2020 Ben Roesner (keycapsss.com) - * - * 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 "rev2.h" diff --git a/keyboards/keycapsss/plaid_pad/rev2/rev2.h b/keyboards/keycapsss/plaid_pad/rev2/rev2.h deleted file mode 100644 index 4a42622ba5..0000000000 --- a/keyboards/keycapsss/plaid_pad/rev2/rev2.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright 2020 Ben Roesner (keycapsss.com) - * - * 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 "plaid_pad.h" diff --git a/keyboards/keycapsss/plaid_pad/rev3/rev3.c b/keyboards/keycapsss/plaid_pad/rev3/rev3.c deleted file mode 100644 index bfe1934b3f..0000000000 --- a/keyboards/keycapsss/plaid_pad/rev3/rev3.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2021 Ben Roesner (keycapsss.com) - * - * 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 "rev3.h" diff --git a/keyboards/keycapsss/plaid_pad/rev3/rev3.h b/keyboards/keycapsss/plaid_pad/rev3/rev3.h deleted file mode 100644 index d38fe6a5bb..0000000000 --- a/keyboards/keycapsss/plaid_pad/rev3/rev3.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 2021 Ben Roesner (keycapsss.com) - * - * 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 "plaid_pad.h" - -- cgit v1.2.3