diff options
author | Johns <Johns-Q@users.noreply.github.com> | 2022-10-03 09:41:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 18:41:24 +1100 |
commit | 1d194ac60f3cfecbd972795e9706cfc8922b7420 (patch) | |
tree | a6d8368d553e8d1281129b24ebc32ef7b7912306 /keyboards/annepro2/keymaps/iso_default/config.h | |
parent | f5e81681cd07750a7ec1c76a0326d5f87ef8ac5a (diff) |
Adds Anne Pro 2 c18 ISO variant support (#18154)
Diffstat (limited to 'keyboards/annepro2/keymaps/iso_default/config.h')
-rw-r--r-- | keyboards/annepro2/keymaps/iso_default/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/annepro2/keymaps/iso_default/config.h b/keyboards/annepro2/keymaps/iso_default/config.h new file mode 100644 index 0000000000..5b9f0ebdda --- /dev/null +++ b/keyboards/annepro2/keymaps/iso_default/config.h @@ -0,0 +1,20 @@ + /* 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) |