diff options
author | Joel Challis <git@zvecr.com> | 2022-05-31 03:08:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 03:08:56 +0100 |
commit | 0e11b511e4a3c48a67de6414b0907ec26dfcdf49 (patch) | |
tree | 786fe4fdaa248a9c92e17c27b508778eb77e815f /keyboards/ktec/ergodone/keymaps/via | |
parent | 2879573688e347fd448ac32a1621ba3bec97f5c5 (diff) |
Convert ergodone to use core mcp23018 driver (#17005)
Diffstat (limited to 'keyboards/ktec/ergodone/keymaps/via')
-rw-r--r-- | keyboards/ktec/ergodone/keymaps/via/config.h | 18 | ||||
-rw-r--r-- | keyboards/ktec/ergodone/keymaps/via/readme.md | 5 |
2 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/ktec/ergodone/keymaps/via/config.h b/keyboards/ktec/ergodone/keymaps/via/config.h deleted file mode 100644 index fc7744c763..0000000000 --- a/keyboards/ktec/ergodone/keymaps/via/config.h +++ /dev/null @@ -1,18 +0,0 @@ - /* Copyright HarshitGoel96 2021 - * - * 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/>. - */ - //Keymap specific config.h -#pragma once -#define DYNAMIC_KEYMAP_LAYER_COUNT 4
\ No newline at end of file diff --git a/keyboards/ktec/ergodone/keymaps/via/readme.md b/keyboards/ktec/ergodone/keymaps/via/readme.md deleted file mode 100644 index 223cb892ba..0000000000 --- a/keyboards/ktec/ergodone/keymaps/via/readme.md +++ /dev/null @@ -1,5 +0,0 @@ - -## Changelog -HarshitGoel96 - -I love my ergodone, but it needed via, so here it is. Flash using HIDBOOTLOADER as described in keyboard root read.md and enjoy via on ergodone.
\ No newline at end of file |