Merge pull request #490 from lesshonor/qmk-merge-20230603/prep-merge-20230627
fix: revert EE_HANDS migration for keycapsss/3w6_2040
This commit is contained in:
commit
e0e9788afe
2 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
#define SERIAL_USART_PIN_SWAP // Swap TX and RX pins if keyboard is master halve.
|
#define SERIAL_USART_PIN_SWAP // Swap TX and RX pins if keyboard is master halve.
|
||||||
#define SERIAL_USART_SPEED 921600 // Sped :)
|
#define SERIAL_USART_SPEED 921600 // Sped :)
|
||||||
#define USB_VBUS_PIN GP19 // for rp2040 | When USB_VBUS_PIN is not defined, SPLIT_USB_DETECT is used.
|
#define USB_VBUS_PIN GP19 // for rp2040 | When USB_VBUS_PIN is not defined, SPLIT_USB_DETECT is used.
|
||||||
|
#define EE_HANDS // Split handedness via eeprom
|
||||||
#define SPLIT_LED_STATE_ENABLE // Sync host leds (caps lock, ...)
|
#define SPLIT_LED_STATE_ENABLE // Sync host leds (caps lock, ...)
|
||||||
#define SPLIT_LAYER_STATE_ENABLE // Enables syncing of the layer state between both halves
|
#define SPLIT_LAYER_STATE_ENABLE // Enables syncing of the layer state between both halves
|
||||||
#define SPLIT_POINTING_ENABLE // Transmitting the pointing device status to the master side
|
#define SPLIT_POINTING_ENABLE // Transmitting the pointing device status to the master side
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
},
|
},
|
||||||
"split": {
|
"split": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"main": "eeprom",
|
|
||||||
"transport": {
|
"transport": {
|
||||||
"protocol": "serial"
|
"protocol": "serial"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue