diff options
author | yfuku <30647434+yfuku@users.noreply.github.com> | 2021-12-28 12:34:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 14:34:24 +1100 |
commit | 60b4ee1df37d2436e3fa9479c9bcaea72abcdcc0 (patch) | |
tree | 2bc624e4b70cdc6e5b3f67883060f1be0d3472bd /keyboards/wings42/rev2/keymaps/via/config.h | |
parent | 6151b365f9ee2bae609c8bbac99ba7a6b631c86a (diff) |
Move to organization folder (#15481)
* move directory
* fix
* move wings42 to dailycraft
* Adjust wings42 to work with organization folder.
Diffstat (limited to 'keyboards/wings42/rev2/keymaps/via/config.h')
-rw-r--r-- | keyboards/wings42/rev2/keymaps/via/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/wings42/rev2/keymaps/via/config.h b/keyboards/wings42/rev2/keymaps/via/config.h deleted file mode 100644 index 3e0c8d146a..0000000000 --- a/keyboards/wings42/rev2/keymaps/via/config.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 2021 yfuku - * - * 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 - -#define ENCODERS_PAD_A { B5, B6 } -#define ENCODERS_PAD_B { B4, B2 } -#define ENCODER_RESOLUTION 4 |