From 00e7bf7e141ba3a8c6f6ce4bf89cc7c1da6924c0 Mon Sep 17 00:00:00 2001 From: Duccio Date: Thu, 4 Nov 2021 10:36:05 +0100 Subject: [PATCH 1/2] Add comparison chart Reduce user confusion in picking the correct device with a comparison chart. Description texts are also updated and the Sweep HIGH is added. --- README.md | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 30dcb0b..d842ff5 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,23 @@ Sweep is a version of the more fabulous [Ferris](https://github.com/pierrecheval ## What are the different types? -There's only choc version of Sweeps, unlike the Ferris, which offers many different versions for different switch types. - -* Sweep2 - this superceeds the compact and possibly the compact ble, it is compact with power switches and puck support. -* Sweep Compact - this is based on the Ferris compact. -* Sweep Compact Low - this uses pg1232 or 'choc minis' rather than the standard choc v1 switch. -* Sweep Compact BLE - basically the compact, with the trrs removed and reversable controller footprint. -* Sweep34 - this was the OG Sweep, before there was a choc spaced Ferris, I consider it retired now, and would use the Sweep Compact. +| Device | Bluetooth Support[1] | On/Off Switch | Reversible PCB | Choc V1 | Choc V2 | Choc Mini | MX & Alps | Tenting[2] | +| :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | +| Sweep2 | ✔ | ✔ | | ✔ | | | | ✔ | +| Sweep High | ✔ | ✔ | ✔ | | | | ✔ | ✔ | +| Sweep Compact | ✔ | | ✔ | ✔ | | | | | +| Sweep Compact Low | ✔ | | ✔ | | | ✔ | | | +| Sweep Compact BLE | ✔ | | ✔ | ✔ | | | | | + +*[1] It simply means that it supports the nice!nano. An on/off switch is recommended for bluetooth* +*[2] Supports splitkb's [tenting puck](https://splitkb.com/products/tenting-puck?_pos=1&_psq=tenting%20&_ss=e&_v=1.0)* + +* Sweep2 - Recommended Choc v1 board with all the features. +* Sweep High - Same as the Sweep2 but supports MX instead of Chocs. +* Sweep Compact - Recommended if you want a reversible PCB with Choc v1 support. +* 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. ## Firmware @@ -36,7 +46,7 @@ To build a Sweep you will need: ## How do I make this thing? -I, lazily, haven't made any documentation, but thankfully there is [this tutorial on youtube](https://www.youtube.com/watch?v=fBPu7AyDtkM) by kyek. +I, lazily, haven't made any documentation, but thankfully there is [this tutorial on youtube](https://www.youtube.com/watch?v=fBPu7AyDtkM) by Kyek. ## Who made this? From aacb1a5acc7bf8d3e6852c5d9b720d6fafbab0e5 Mon Sep 17 00:00:00 2001 From: Duccio Date: Thu, 4 Nov 2021 10:38:43 +0100 Subject: [PATCH 2/2] Remove reversible PCB from Sweep High --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d842ff5..8284996 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Sweep is a version of the more fabulous [Ferris](https://github.com/pierrecheval | Device | Bluetooth Support[1] | On/Off Switch | Reversible PCB | Choc V1 | Choc V2 | Choc Mini | MX & Alps | Tenting[2] | | :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | Sweep2 | ✔ | ✔ | | ✔ | | | | ✔ | -| Sweep High | ✔ | ✔ | ✔ | | | | ✔ | ✔ | +| Sweep High | ✔ | ✔ | | | | | ✔ | ✔ | | Sweep Compact | ✔ | | ✔ | ✔ | | | | | | Sweep Compact Low | ✔ | | ✔ | | | ✔ | | | | Sweep Compact BLE | ✔ | | ✔ | ✔ | | | | |