diff options
author | xiao <307671+xia0@users.noreply.github.com> | 2022-03-07 17:23:41 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 22:53:41 -0800 |
commit | c810d8cc1bafda075e32d7a20de021e5f7d74e41 (patch) | |
tree | 9b2ebaddb8000c018c54d85d96287e8e417c9ebb /keyboards/handwired/wakizashi40/info.json | |
parent | 575e3e18f56671ab4e68c225f45e206427f50a2c (diff) |
[Keyboard] Update Wakizashi 40 config and readme (#16505)
Diffstat (limited to 'keyboards/handwired/wakizashi40/info.json')
-rw-r--r-- | keyboards/handwired/wakizashi40/info.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/handwired/wakizashi40/info.json b/keyboards/handwired/wakizashi40/info.json index b64ab55116..eed6dd9417 100644 --- a/keyboards/handwired/wakizashi40/info.json +++ b/keyboards/handwired/wakizashi40/info.json @@ -1,9 +1,9 @@ { - "manufacturer": "fumbucker", + "manufacturer": "xia0", "keyboard_name": "Wakizashi 40", - "maintainer": "fumbucker", + "maintainer": "xia0", "debounce": 5, - "processor": "at90usb1286", + "processor": "atmega32u4", "diode_direction": "COL2ROW", "features": { "audio": false, @@ -20,8 +20,8 @@ "unicode": false }, "matrix_pins": { - "cols": ["C5", "C4", "D2", "D3", "D4", "D5", "C6", "D7", "B0", "B1", "B2", "B3", "B4"], - "rows": ["C0", "C1", "C2", "C3"] + "cols": ["F4", "F6", "F7", "B1", "B3", "B2", "B6", "B5", "B4", "E6", "D7", "C6", "D4"], + "rows": ["D3", "D2", "D1", "D0"] }, "usb": { "device_ver": "0x0001", |