diff options
Diffstat (limited to 'keyboards/keebformom')
-rw-r--r-- | keyboards/keebformom/config.h | 17 | ||||
-rw-r--r-- | keyboards/keebformom/info.json | 5 | ||||
-rw-r--r-- | keyboards/keebformom/keebformom.c | 17 |
3 files changed, 5 insertions, 34 deletions
diff --git a/keyboards/keebformom/config.h b/keyboards/keebformom/config.h index 0b6b140682..08547b17a7 100644 --- a/keyboards/keebformom/config.h +++ b/keyboards/keebformom/config.h @@ -16,23 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #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) - * - */ -/* KFM PCB default pin-out */ -#define MATRIX_ROW_PINS { F5, F6, F7, B1 } -#define MATRIX_COL_PINS { B3, B2, D1, D0, D4, C6, D7, E6, B4, B5 } - -/* COL2ROW, ROW2COL */ -#define DIODE_DIRECTION COL2ROW - #define RGB_DI_PIN F4 #ifdef RGB_DI_PIN #define RGBLED_NUM 40 diff --git a/keyboards/keebformom/info.json b/keyboards/keebformom/info.json index 5d9c9b6515..17f3bd9858 100644 --- a/keyboards/keebformom/info.json +++ b/keyboards/keebformom/info.json @@ -8,6 +8,11 @@ "pid": "0x14E2", "device_version": "1.0.0" }, + "matrix_pins": { + "cols": ["B3", "B2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"], + "rows": ["F5", "F6", "F7", "B1"] + }, + "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "caterina", "layouts": { diff --git a/keyboards/keebformom/keebformom.c b/keyboards/keebformom/keebformom.c deleted file mode 100644 index 18de3af9ef..0000000000 --- a/keyboards/keebformom/keebformom.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2022 Sandipratama <https://github.com/nendezkombet> - -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/>. -*/ - -#include "keebformom.h"
\ No newline at end of file |