Add sweep half swept to the table

This commit is contained in:
Duccio 2021-11-11 16:41:02 +01:00 committed by GitHub
parent 1f4a0f1dba
commit de9ef526cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?