Sweep/README.md

56 lines
2.4 KiB
Markdown
Raw Normal View History

2020-11-24 11:01:55 +01:00
# Sweep
## What is sweep?
2020-11-24 16:07:19 +01:00
Sweep is a version of the more fabulous [Ferris](https://github.com/pierrechevalier83/ferris) by [Pierre Chevalier](https://github.com/pierrechevalier83/) that uses a daughter board like a promicro, elite-c, bit-c, nice!nano etc. instead of using onboard components.
2020-11-24 11:01:55 +01:00
## What are the different types?
| Device | Bluetooth Support<sup>[1]</sup> | On/Off Switch | Reversible PCB | Choc V1 | Choc V2 | Choc Mini | MX & Alps | Tenting<sup>[2]</sup> |
| :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| Sweep2 | ✔ | ✔ | | ✔ | | | | ✔ |
2021-11-04 10:38:43 +01:00
| Sweep High | ✔ | ✔ | | | | | ✔ | ✔ |
| Sweep Compact | ✔ | | ✔ | ✔ | | | | |
| Sweep Compact Low | ✔ | | ✔ | | | ✔ | | |
| Sweep Compact BLE | ✔ | | ✔ | ✔ | | | | |
*<sup>[1]</sup> It simply means that it supports the nice!nano. An on/off switch is recommended for bluetooth*
*<sup>[2]</sup> 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.
2020-11-24 11:01:55 +01:00
## Firmware
The firmware can be found with the Ferris firmware as part of QMK.
2021-07-26 11:47:00 +02:00
Firmware for zmk and bluemicro_ble is called "Cradio".
2020-11-24 11:01:55 +01:00
## BOM
To build a Sweep you will need:
2021-07-26 11:47:00 +02:00
* 2x promicro compatible boards or 2 nice!nanos.
2020-11-24 11:01:55 +01:00
* 34 choc switches
* 2x reset switches (optional)
* Some little rubber feet/bumpers
2021-10-27 15:55:53 +02:00
* 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.
## 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.
2020-11-24 11:01:55 +01:00
## Who made this?
* Pierre Chevalier
* David Barr
2020-11-24 16:07:19 +01:00
* [Ibnu Daru Aji](https://github.com/ibnuda/)