Update manufacturer, community layout for hhkb

This commit is contained in:
Trần Thanh Sơn 2024-08-29 09:11:18 +07:00
parent 4fae937339
commit 674c3255b1
3 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@ A PCB for 65% keyboards. Uses a Left USB Type C connector or JST SH daughter boa
* Keyboard Maintainer: [Trnthsn](https://github.com/trnthsn) * Keyboard Maintainer: [Trnthsn](https://github.com/trnthsn)
* Hardware Supported: STM32, S6xty5, Bakeneko65, Krush65 * Hardware Supported: STM32, S6xty5, Bakeneko65, Krush65
* Hardware Availability: [Trnthsn](https://www.facebook.com/ThanhSon.mech) * Hardware Availability: [ThanhSon.Mech](https://www.facebook.com/ThanhSon.mech)
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):

View File

@ -1,7 +1,7 @@
{ {
"manufacturer": "TrnThSnMech", "manufacturer": "ThanhSon.Mech",
"keyboard_name": "Tyson60s", "keyboard_name": "Tyson60s",
"maintainer": "TrnThSnMech", "maintainer": "trnthsn",
"bootloader": "rp2040", "bootloader": "rp2040",
"build": { "build": {
"debounce_type": "sym_defer_pk" "debounce_type": "sym_defer_pk"
@ -46,11 +46,11 @@
"pin": "GP29" "pin": "GP29"
}, },
"layout_aliases": { "layout_aliases": {
"LAYOUT_all": "LAYOUT_60_tsangan_hhkb" "LAYOUT_all": "LAYOUT_60_ansi_tsangan_split_bs_rshift"
}, },
"community_layouts": [ "community_layouts": [
"60_ansi_tsangan", "60_ansi_tsangan",
"60_tsangan_hhkb", "60_ansi_tsangan_split_bs_rshift",
"60_ansi_wkl", "60_ansi_wkl",
"60_ansi_wkl_split_bs_rshift", "60_ansi_wkl_split_bs_rshift",
"60_hhkb" "60_hhkb"
@ -124,7 +124,7 @@
{"matrix": [4, 12], "x": 13.5, "y": 4, "w": 1.5} {"matrix": [4, 12], "x": 13.5, "y": 4, "w": 1.5}
] ]
}, },
"LAYOUT_60_tsangan_hhkb": { "LAYOUT_60_ansi_tsangan_split_bs_rshift": {
"layout": [ "layout": [
{"matrix": [0, 0], "x": 0, "y": 0}, {"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0}, {"matrix": [0, 1], "x": 1, "y": 0},

View File

@ -8,7 +8,7 @@ A Hiney H60 form factor PCB for 60% keyboards. Uses a Left USB Type C connector
* Keyboard Maintainer: [Trnthsn](https://github.com/trnthsn) * Keyboard Maintainer: [Trnthsn](https://github.com/trnthsn)
* Hardware Supported: RP2040, Tyson60s PCB, Hiney H60 * Hardware Supported: RP2040, Tyson60s PCB, Hiney H60
* Hardware Availability: [Trnthsn](https://www.facebook.com/TrnThSn.Mech) * Hardware Availability: [ThanhSon.Mech](https://www.facebook.com/ThanhSon.mech)
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):