From de9ef526cb50604ae2fb8014156917f234b059cb Mon Sep 17 00:00:00 2001 From: Duccio Date: Thu, 11 Nov 2021 16:41:02 +0100 Subject: [PATCH] Add sweep half swept to the table --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index adbc887..6f39d73 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Sweep is a version of the more fabulous [Ferris](https://github.com/pierrecheval | :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | Sweep2 | ✔ | ✔ | | ✔ | | | | ✔ | ✔ | | Sweep High | ✔ | ✔ | | ✔ | ✔ | | ✔ | | ✔ | +| Sweep Half Swept | ✔ | ✔ | ✔ | ✔ | | | | ✔ | ✔ | | Sweep Compact | ✔ | | ✔ | ✔ | | | | ✔ | | | Sweep Compact Low | ✔ | | ✔ | | | ✔ | | ✔ | | | Sweep Compact BLE | ✔ | | ✔ | ✔ | | | | ✔ | | @@ -20,7 +21,9 @@ Sweep is a version of the more fabulous [Ferris](https://github.com/pierrecheval * Sweep2 - Recommended Choc v1 board with all the features. * Sweep High - Same as the Sweep2 but trades choc spacing for compatibility with more switches and keycaps. -* Sweep Compact - Recommended if you want a reversible PCB with Choc v1 support. +* Sweep Half Swept - Half of a Sweep2 with double pro-micro footprint (letting you avoid having one daughter-board flipped upside-down) +* Sweep Compact - A reversible sweep with Choc v1 support. + * ⚠ *Left* half of the Sweep the promicro's USB port must face *towards* the PCB, and on the *right* half the USB port must face *away* from the PCB (so that the promicro's components are visible) * Sweep Compact Low - The only version that supports Choc minis. * Sweep Compact BLE - Same as the compact but without the TRRS Jack footprint. * Sweep34 [deprecated] - This was the OG Sweep, before there was a choc spaced Ferris. Use the Sweep Compact instead. @@ -31,19 +34,16 @@ The firmware can be found with the Ferris firmware as part of QMK. Firmware for zmk and bluemicro_ble is called "Cradio". - - ## BOM To build a Sweep you will need: * 2x promicro compatible boards or 2 nice!nanos. -* 34 choc switches +* 34 switches of a compatible type (refer to the compatibility table) +* 34 keycaps * 2x reset switches (optional) * Some little rubber feet/bumpers -* Optional for sweep2 2x power switches (MSK 12C02) -* **Important:** On the Sweep Compact *left* half of the Sweep the promicro's USB port must face *towards* the PCB, and on the *right* half the USB port must face *away* from the PCB (so that the promicro's components are visible). Sweep 2 controllers both face down. - +* Optional (if supported) 2x power switches (MSK 12C02) ## How do I make this thing?