mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-17 18:16:53 +00:00
Removes ee_hands - letting master default to LH
Updates readme to remove LH/RH flashing
This commit is contained in:
parent
5c1383db29
commit
24462d2eda
@ -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 */
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user