diff options
| author | Ryan <fauxpark@gmail.com> | 2023-03-11 05:41:58 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 05:41:58 +1100 |
| commit | e933e0411f442fa411d3d5ec488180fee241e2ef (patch) | |
| tree | f091f00a1408d752389385ff793c2878ec99e368 /keyboards/atomic | |
| parent | 1022afa6c24a64c78d1c9be99a695ff5335876f7 (diff) | |
Move matrix config to info.json, part 5 (#20003)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/atomic')
| -rw-r--r-- | keyboards/atomic/config.h | 17 | ||||
| -rw-r--r-- | keyboards/atomic/info.json | 5 |
2 files changed, 5 insertions, 17 deletions
diff --git a/keyboards/atomic/config.h b/keyboards/atomic/config.h index 9c50c21e3f..b9449c4714 100644 --- a/keyboards/atomic/config.h +++ b/keyboards/atomic/config.h | |||
| @@ -17,23 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | |||
| 21 | /* | ||
| 22 | * Keyboard Matrix Assignments | ||
| 23 | * | ||
| 24 | * Change this to how you wired your keyboard | ||
| 25 | * COLS: AVR pins used for columns, left to right | ||
| 26 | * ROWS: AVR pins used for rows, top to bottom | ||
| 27 | * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) | ||
| 28 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | ||
| 29 | * | ||
| 30 | */ | ||
| 31 | #define MATRIX_ROW_PINS { D0, D5, B5, B6, C6 } | ||
| 32 | #define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7, D3, D2, D1 } | ||
| 33 | |||
| 34 | /* COL2ROW or ROW2COL */ | ||
| 35 | #define DIODE_DIRECTION COL2ROW | ||
| 36 | |||
| 37 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 20 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 38 | #define LOCKING_SUPPORT_ENABLE | 21 | #define LOCKING_SUPPORT_ENABLE |
| 39 | /* Locking resynchronize hack */ | 22 | /* Locking resynchronize hack */ |
diff --git a/keyboards/atomic/info.json b/keyboards/atomic/info.json index 95f5088995..0324d8533e 100644 --- a/keyboards/atomic/info.json +++ b/keyboards/atomic/info.json | |||
| @@ -7,6 +7,11 @@ | |||
| 7 | "pid": "0x6060", | 7 | "pid": "0x6060", |
| 8 | "device_version": "0.0.1" | 8 | "device_version": "0.0.1" |
| 9 | }, | 9 | }, |
| 10 | "matrix_pins": { | ||
| 11 | "cols": ["F1", "F0", "B0", "C7", "F4", "F5", "F6", "F7", "D4", "D6", "B4", "D7", "D3", "D2", "D1"], | ||
| 12 | "rows": ["D0", "D5", "B5", "B6", "C6"] | ||
| 13 | }, | ||
| 14 | "diode_direction": "COL2ROW", | ||
| 10 | "backlight": { | 15 | "backlight": { |
| 11 | "pin": "B7" | 16 | "pin": "B7" |
| 12 | }, | 17 | }, |
