diff options
Diffstat (limited to 'keyboards/signum/3_0/teensy/info.json')
-rw-r--r-- | keyboards/signum/3_0/teensy/info.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/signum/3_0/teensy/info.json b/keyboards/signum/3_0/teensy/info.json new file mode 100644 index 0000000000..7eae115323 --- /dev/null +++ b/keyboards/signum/3_0/teensy/info.json @@ -0,0 +1,7 @@ +{ + "matrix_pins": { + "cols": ["C6", "D2", "B7", "D3", "D0", "F7", "F5", "B6", "B5", "B4", "D1", "D7"], + "rows": ["B0", "B3", "F6", "C7"] + }, + "diode_direction": "COL2ROW" +} |