Removes ee_hands - letting master default to LH

Updates readme to remove LH/RH flashing
This commit is contained in:
Ryan Neff 2024-03-31 16:20:28 -07:00
parent 5c1383db29
commit 24462d2eda
2 changed files with 2 additions and 5 deletions

View File

@ -3,10 +3,8 @@
#pragma once
/* Split Keyboard Stuff */
#define EE_HANDS
/* Use full duplex communication (TRRS) */
#define SERIAL_USART_FULL_DUPLEX
#define SERIAL_USART_FULL_DUPLEX
#define SERIAL_USART_TX_PIN GP16
#define SERIAL_USART_RX_PIN GP17
/* Swap TX and RX pins if keyboard is master half. Only available on some MCU's. This _is_ available on the RP2040 */

View File

@ -16,8 +16,7 @@ Make example for this keyboard (after setting up your build environment):
Flashing example for this keyboard:
make sofle_pico:default:uf2-split-left
make sofle_pico:default:uf2-split-right
make sofle_pico:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).