Updating docs

This commit is contained in:
Hrvoje Cavrak 2024-01-03 11:44:16 +01:00
parent 560f3dca74
commit e2be2e13e0
1 changed files with 12 additions and 2 deletions

View File

@ -67,16 +67,26 @@ It should appear as a USB drive on your system. Copy the corresponding board_A.u
Option 1 - Open the case, hold the button while connecting each Pico and copy the right uf2 to it. Option 1 - Open the case, hold the button while connecting each Pico and copy the right uf2 to it.
Option 2 - Switch both Picos to BOOTSEL mode by using a special key combination (**hold down** all of these keys): ```Right Shift, P, H, X, Left Shift``` Option 2 - Switch a board to BOOTSEL mode by using a special key combination. (**hold down** all of these keys).
This will make the Picos enter the bootloader upgrade mode and act as USB flash drives. Now you can drag-and-drop the .uf2 files to them (you might need to plug in your mouse directly). - board A: ```Right Shift, F12, A, Left Shift```
- board B: ```Right Shift, F12, B, Left Shift```
This will make the corresponding Pico board enter the bootloader upgrade mode and act as USB flash drive. Now you can drag-and-drop the .uf2 file to it (you might need to plug in your mouse directly).
## Misc features ## Misc features
#### Mouse slowdown
Ever tried to move that YT video slider to a specific position but your mouse moves too jumpy and suddenly you are moving your hand super-carefully like you're 5 and playing "Operation" all over again? Ever tried to move that YT video slider to a specific position but your mouse moves too jumpy and suddenly you are moving your hand super-carefully like you're 5 and playing "Operation" all over again?
**Holding right ALT** while moving the mouse will slow it down considerably, enabling you to get the finer precision work done and still have your mouse moving quickly otherwise. **Holding right ALT** while moving the mouse will slow it down considerably, enabling you to get the finer precision work done and still have your mouse moving quickly otherwise.
#### Switch Lock
If you want to lock yourself to one screen, use ```RIGHT CTRL + L```.
This will make sure you won't accidentally leave your current screen. To turn off, press the same key combo again.
## Hardware ## Hardware
[The circuit](schematics/DeskHop.pdf) is based on two Raspberry Pi Pico boards, chosen because they are cheap (4.10 € / pc), can be hand soldered and most suppliers have them in stock. [The circuit](schematics/DeskHop.pdf) is based on two Raspberry Pi Pico boards, chosen because they are cheap (4.10 € / pc), can be hand soldered and most suppliers have them in stock.