Fix configurations for split keyboard

This commit is contained in:
foostan 2024-02-03 01:49:13 +09:00
parent 53cdd5470f
commit 581f3ae689
No known key found for this signature in database
GPG Key ID: 5717998CB8742205
2 changed files with 11 additions and 4 deletions

View File

@ -9,3 +9,7 @@
#define OLED_UPDATE_INTERVAL 50 #define OLED_UPDATE_INTERVAL 50
#define I2C1_SDA_PIN GP6 #define I2C1_SDA_PIN GP6
#define I2C1_SCL_PIN GP7 #define I2C1_SCL_PIN GP7
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES

View File

@ -65,10 +65,13 @@
}, },
"transport": { "transport": {
"sync": { "sync": {
"matrix_state": true, "matrix_state": true
"layer_state": true, },
"modifiers": true "watchdog": true
}
},
"usb_detect": {
"timeout": 500
} }
}, },
"community_layouts": [ "split_3x5_3", "split_3x6_3" ], "community_layouts": [ "split_3x5_3", "split_3x6_3" ],