Fix configurations for split keyboard
This commit is contained in:
parent
53cdd5470f
commit
581f3ae689
@ -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
|
||||||
@ -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" ],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user