diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-03 15:50:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 15:50:31 +1000 |
commit | 2d9140af53e4e5bbc5cd50a2b6f3eda20ed8f71e (patch) | |
tree | f3d0e760913e9334f25389c8afd60411d625a36f /keyboards/wilba_tech | |
parent | 46844347c4f4b5f8b50ea22dd06c7555a86fc94b (diff) |
Fix a handful of CLI errors (#20321)
Diffstat (limited to 'keyboards/wilba_tech')
-rw-r--r-- | keyboards/wilba_tech/wt60_h1/info.json | 5 | ||||
-rw-r--r-- | keyboards/wilba_tech/wt60_h3/info.json | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/wilba_tech/wt60_h1/info.json b/keyboards/wilba_tech/wt60_h1/info.json index 2291c6de12..a6b200ed7e 100644 --- a/keyboards/wilba_tech/wt60_h1/info.json +++ b/keyboards/wilba_tech/wt60_h1/info.json @@ -15,11 +15,6 @@ "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "atmel-dfu", - "diode_direction": "COL2ROW", - "matrix_pins": { - "rows": ["F0", "F1", "F4", "F6", "F7"], - "cols": ["F5", "D5", "B1", "B2", "B3", "D3", "D2", "C7", "C6", "B6", "B5", "B4", "D7", "D6"] - }, "community_layouts": ["60_ansi_split_bs_rshift"], "layout_aliases": { "LAYOUT_all": "LAYOUT_60_ansi_split_bs_rshift" diff --git a/keyboards/wilba_tech/wt60_h3/info.json b/keyboards/wilba_tech/wt60_h3/info.json index 11ffd919bb..167de96a03 100644 --- a/keyboards/wilba_tech/wt60_h3/info.json +++ b/keyboards/wilba_tech/wt60_h3/info.json @@ -15,11 +15,6 @@ "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "atmel-dfu", - "diode_direction": "COL2ROW", - "matrix_pins": { - "rows": ["F0", "F1", "F4", "F6", "F7"], - "cols": ["F5", "D5", "B1", "B2", "B3", "D3", "D2", "C7", "C6", "B6", "B5", "B4", "D7", "D6"] - }, "community_layouts": ["60_iso_split_bs_rshift"], "layout_aliases": { "LAYOUT_all": "LAYOUT_60_iso_split_bs_rshift" |