Move transport config of rev1

This commit is contained in:
foostan 2024-03-31 09:38:19 +09:00
parent b2c13472e2
commit 6519209adb
No known key found for this signature in database
GPG Key ID: 5717998CB8742205
2 changed files with 7 additions and 6 deletions

View File

@ -4,7 +4,3 @@
#define MASTER_LEFT #define MASTER_LEFT
// #define MASTER_RIGHT // #define MASTER_RIGHT
// #define EE_HANDS // #define EE_HANDS
#ifdef RGB_MATRIX_ENABLE
# define SPLIT_TRANSPORT_MIRROR
#endif

View File

@ -34,7 +34,12 @@
"bootmagic": { "bootmagic": {
"matrix": [ 4, 1 ] "matrix": [ 4, 1 ]
}, },
"soft_serial_pin": "D2" "soft_serial_pin": "D2",
"transport": {
"sync": {
"matrix_state": true
}
}
}, },
"community_layouts": [ "split_3x5_3", "split_3x6_3" ], "community_layouts": [ "split_3x5_3", "split_3x6_3" ],
"layouts": { "layouts": {