diff options
author | Joel Challis <git@zvecr.com> | 2022-11-25 04:29:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 15:29:20 +1100 |
commit | 6ed605a614595bf01721070e7ed6407e8e19585e (patch) | |
tree | 7912580b949def0a4cb3da9e81f71b804337188a /keyboards/annepro2/keymaps | |
parent | 558ab18611665c3b447c27bac82fac2224eadaef (diff) |
Fix annepro2/c18:iso_default (#19147)
Diffstat (limited to 'keyboards/annepro2/keymaps')
-rw-r--r-- | keyboards/annepro2/keymaps/iso_default/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/annepro2/keymaps/iso_default/config.h b/keyboards/annepro2/keymaps/iso_default/config.h deleted file mode 100644 index 5b9f0ebdda..0000000000 --- a/keyboards/annepro2/keymaps/iso_default/config.h +++ /dev/null @@ -1,20 +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 <http://www.gnu.org/licenses/>. - */ -#pragma once - -#undef PRODUCT -// C18 is a macro -#define PRODUCT Anne Pro 2 c18-iso (QMK) |