diff options
Diffstat (limited to 'keyboards/elephant42')
-rw-r--r-- | keyboards/elephant42/config.h | 19 | ||||
-rw-r--r-- | keyboards/elephant42/info.json | 21 |
2 files changed, 13 insertions, 27 deletions
diff --git a/keyboards/elephant42/config.h b/keyboards/elephant42/config.h index 49ff44755a..8aa3a46e8a 100644 --- a/keyboards/elephant42/config.h +++ b/keyboards/elephant42/config.h @@ -17,25 +17,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) - * - */ -#define MATRIX_ROW_PINS \ - { D4, C6, D7, E6 } -#define MATRIX_COL_PINS \ - { F4, F5, F6, F7, B1, B3 } - -/* COL2ROW, ROW2COL */ -#define DIODE_DIRECTION COL2ROW - #define RGB_DI_PIN D3 #ifdef RGB_DI_PIN # define RGBLED_SPLIT { 27, 27 } diff --git a/keyboards/elephant42/info.json b/keyboards/elephant42/info.json index 161ec776cd..f4838e803c 100644 --- a/keyboards/elephant42/info.json +++ b/keyboards/elephant42/info.json @@ -8,6 +8,11 @@ "pid": "0x0721", "device_version": "0.0.1" }, + "matrix_pins": { + "cols": ["F4", "F5", "F6", "F7", "B1", "B3"], + "rows": ["D4", "C6", "D7", "E6"] + }, + "diode_direction": "COL2ROW", "split": { "soft_serial_pin": "D2" }, @@ -56,15 +61,15 @@ {"label":">", "x":13.5, "y":2.3}, {"label":"?", "x":14.5, "y":3.1}, - {"label":"Alt", "x":3.5, "y":4.0}, - {"label":"Cmd", "x":4.5, "y":4.0}, - {"label":"Lower", "x":5.5, "y":4.0}, - {"label":"Shift", "x":6.5, "y":4.0}, + {"label":"Alt", "x":3.5, "y":4}, + {"label":"Cmd", "x":4.5, "y":4}, + {"label":"Lower", "x":5.5, "y":4}, + {"label":"Shift", "x":6.5, "y":4}, - {"label":"Del", "x":9.25, "y":4.0}, - {"label":"Raise", "x":10.25, "y":4.0}, - {"label":"Enter", "x":11.25, "y":4.0}, - {"label":"Backspace", "x":12.25, "y":4.0} + {"label":"Del", "x":9.25, "y":4}, + {"label":"Raise", "x":10.25, "y":4}, + {"label":"Enter", "x":11.25, "y":4}, + {"label":"Backspace", "x":12.25, "y":4} ] } } |