Skip to content

Commit 7a51322

Browse files
authored
Update README.md
add note for compilation
1 parent 5e0fe93 commit 7a51322

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,21 @@ TODO (not supported yet):
3131
- Support setup overlays for behavior settings (volume, repeat rate, mouse speed). Maybe stores settings in text file (exposed by MSC)
3232
- Custom overlays in text file in MSC
3333

34-
## Installation
34+
## Build and Flash
35+
36+
### Compiling from source
37+
38+
- Instal [arduino-pico](https://github.com/earlephilhower/arduino-pico)
39+
- Open examples/ik_translater, from IDE menu then select following option
40+
41+
```
42+
Board: Adafruit Feather RP2040 USB Host
43+
CPU Speed: 120 MHz
44+
USB Stack: Adafruit TinyUSB
45+
```
46+
- Compile and upload
47+
48+
### Using pre-built UF2
3549

3650
- Put board to DFU mode by pressing BOOTSEL button and then reset button
3751
- Download UF2 from release page and copy to the board

0 commit comments

Comments
 (0)