summaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech/wt60_h3/config.h
diff options
context:
space:
mode:
authorWilba <wilba@wilba.tech>2023-04-03 13:09:15 +1000
committerGitHub <noreply@github.com>2023-04-03 13:09:15 +1000
commit1d1c407e4ecdd30e05c8f57ac456b0aeb700d1c9 (patch)
tree0baf53a1c8591fb9abe006d1bb1288e59086ea7c /keyboards/wilba_tech/wt60_h3/config.h
parent9152928f0205046a585a506596e276c53ff131a9 (diff)
Update WT60-H1, WT60-H3 layouts (#20114)
Diffstat (limited to 'keyboards/wilba_tech/wt60_h3/config.h')
-rw-r--r--keyboards/wilba_tech/wt60_h3/config.h34
1 files changed, 2 insertions, 32 deletions
diff --git a/keyboards/wilba_tech/wt60_h3/config.h b/keyboards/wilba_tech/wt60_h3/config.h
index 3264526694..793d8d8baf 100644
--- a/keyboards/wilba_tech/wt60_h3/config.h
+++ b/keyboards/wilba_tech/wt60_h3/config.h
@@ -1,38 +1,8 @@
-/* Copyright 2020 Jason Williams (Wilba)
- *
- * 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/>.
- */
+// Copyright 2023 Jason Williams (@wilba)
+// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-
-/*
- * Keyboard Matrix Assignments
- *
- * Change this to how you wired your keyboard
- * COLS: AVR pins used for columns, left to right
- * ROWS: AVR pins used for rows, top to bottom
- * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
- * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
- *
-*/
-#define MATRIX_ROW_PINS { F0, F1, F4, F6, F7 }
-#define MATRIX_COL_PINS { F5, D5, B1, B2, B3, D3, D2, C7, C6, B6, B5, B4, D7, D6 } // D4, B7, B0
-
-/* COL2ROW, ROW2COL*/
-#define DIODE_DIRECTION COL2ROW
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */