diff options
author | Joel Challis <git@zvecr.com> | 2022-11-25 02:47:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 02:47:02 +0000 |
commit | 59443fa970332106872a906d923f5b0fd9eb116b (patch) | |
tree | 148d869087db134183bd94e3ed585746886394da /keyboards/handwired | |
parent | 3209c7a42c4d70b5f59eda93bf227d89de9fc872 (diff) |
jsonify some info.json (#19146)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/onekey/stm32f405_feather/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/onekey/stm32f405_feather/info.json b/keyboards/handwired/onekey/stm32f405_feather/info.json index 5135873576..80e41cddf2 100644 --- a/keyboards/handwired/onekey/stm32f405_feather/info.json +++ b/keyboards/handwired/onekey/stm32f405_feather/info.json @@ -4,6 +4,6 @@ "bootloader": "stm32-dfu", "matrix_pins": { "cols": ["C2"], - "rows": ["C3"], + "rows": ["C3"] } } |