From 9cf4148aa90e14b5128dbb60c0b6b8413be375e4 Mon Sep 17 00:00:00 2001 From: Fidel Coria Date: Tue, 15 Jun 2021 22:39:17 -0500 Subject: [Keymap] add new keymap for pteron (#12474) Co-authored-by: Ryan --- .../handwired/pteron/keymaps/alzafacon/config.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 keyboards/handwired/pteron/keymaps/alzafacon/config.h (limited to 'keyboards/handwired/pteron/keymaps/alzafacon/config.h') diff --git a/keyboards/handwired/pteron/keymaps/alzafacon/config.h b/keyboards/handwired/pteron/keymaps/alzafacon/config.h new file mode 100644 index 0000000000..3bc36a62ae --- /dev/null +++ b/keyboards/handwired/pteron/keymaps/alzafacon/config.h @@ -0,0 +1,22 @@ + /* Copyright 2021 Fidel Coria + * + * 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 + +/* override diode direction from keyboard config */ +/* COL2ROW or ROW2COL */ +#undef DIODE_DIRECTION +#define DIODE_DIRECTION COL2ROW -- cgit v1.2.3