From 704cf628b72b08c1aa62f9d09515da8802e5b4bc Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Fri, 25 Nov 2022 02:28:41 +0000 Subject: [PATCH 1/2] Fix annepro2/c18:iso_default --- keyboards/annepro2/keymaps/iso_default/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keyboards/annepro2/keymaps/iso_default/config.h b/keyboards/annepro2/keymaps/iso_default/config.h index 5b9f0ebdda24..56ab5b24465b 100644 --- a/keyboards/annepro2/keymaps/iso_default/config.h +++ b/keyboards/annepro2/keymaps/iso_default/config.h @@ -16,5 +16,4 @@ #pragma once #undef PRODUCT -// C18 is a macro -#define PRODUCT Anne Pro 2 c18-iso (QMK) +#define PRODUCT "Anne Pro 2 C18-iso (QMK)" From a3abd90ef4b09b6505d23b57629836ff94029f82 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Fri, 25 Nov 2022 03:42:04 +0000 Subject: [PATCH 2/2] Delete config.h --- .../annepro2/keymaps/iso_default/config.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 keyboards/annepro2/keymaps/iso_default/config.h diff --git a/keyboards/annepro2/keymaps/iso_default/config.h b/keyboards/annepro2/keymaps/iso_default/config.h deleted file mode 100644 index 56ab5b24465b..000000000000 --- a/keyboards/annepro2/keymaps/iso_default/config.h +++ /dev/null @@ -1,19 +0,0 @@ - /* Copyright 2022 OpenAnnePro community - * - * 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 - -#undef PRODUCT -#define PRODUCT "Anne Pro 2 C18-iso (QMK)"