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:
xyzz 2023-07-08 23:24:49 -06:00 committed by GitHub
commit e0e9788afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@
#define SERIAL_USART_PIN_SWAP // Swap TX and RX pins if keyboard is master halve.
#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 EE_HANDS // Split handedness via eeprom
#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_POINTING_ENABLE // Transmitting the pointing device status to the master side

View File

@ -45,7 +45,6 @@
},
"split": {
"enabled": true,
"main": "eeprom",
"transport": {
"protocol": "serial"
}