diff options
author | Fidel Coria <fidel.coria@aa.com> | 2021-06-15 22:39:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 20:39:17 -0700 |
commit | 9cf4148aa90e14b5128dbb60c0b6b8413be375e4 (patch) | |
tree | ea9dadbc55d5274a0f0ea0a5b4cd03583aea70ad /keyboards/handwired/pteron/keymaps/alzafacon/config.h | |
parent | c00a9937f2ed322ab4dc8927975eae34a965e145 (diff) |
[Keymap] add new keymap for pteron (#12474)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/pteron/keymaps/alzafacon/config.h')
-rw-r--r-- | keyboards/handwired/pteron/keymaps/alzafacon/config.h | 22 |
1 files changed, 22 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. + */ + +#pragma once + +/* override diode direction from keyboard config */ +/* COL2ROW or ROW2COL */ +#undef DIODE_DIRECTION +#define DIODE_DIRECTION COL2ROW |