diff options
author | Duncan Sutherland <dunk2k_2000@hotmail.com> | 2023-12-04 23:30:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 23:30:02 +0000 |
commit | 74ae2286a6d8603394a87f147128053cdcd17270 (patch) | |
tree | 292de4437f26fff8284c1589cde21e46d0dce99c /keyboards/smithrune/magnus/m75h | |
parent | 525fe9be96d2f295292c84cda12a8ec498c6e429 (diff) |
Fix erroneous commas in `info.json` files (#21712)
Diffstat (limited to 'keyboards/smithrune/magnus/m75h')
-rw-r--r-- | keyboards/smithrune/magnus/m75h/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/smithrune/magnus/m75h/info.json b/keyboards/smithrune/magnus/m75h/info.json index 10214ee523..0592d2a7a6 100644 --- a/keyboards/smithrune/magnus/m75h/info.json +++ b/keyboards/smithrune/magnus/m75h/info.json @@ -39,7 +39,7 @@ "static_gradient": true, "twinkle": true } - } + }, "matrix_pins": { "cols": ["A1" , "A2" , "A4" , "C9" , "A8" , "A10", "B8" , "A15", "C10", "C11", "B5" , "B4", "B3" , "D2" , "C12" ], "rows": ["C15", "A7" , "C4" , "C5" , "C8" , "C3" , "C1" , "C0" , "C2" , "C14" , "A0" ] |