diff --git a/keyboards/handwired/wakizashi40/wakizashi40.c b/keyboards/handwired/wakizashi40/wakizashi40.c deleted file mode 100644 index d812a472e88..00000000000 --- a/keyboards/handwired/wakizashi40/wakizashi40.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2021 xiao (@xia0) - * - * 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 "wakizashi40.h" diff --git a/keyboards/handwired/wakizashi40/wakizashi40.h b/keyboards/handwired/wakizashi40/wakizashi40.h deleted file mode 100644 index 34f6019da6c..00000000000 --- a/keyboards/handwired/wakizashi40/wakizashi40.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright 2021 xiao (@xia0) - * - * 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"