Skip to content

Commit 67413e3

Browse files
committed
Basic readme with install instructions
1 parent f5a2887 commit 67413e3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Pico Macro keyboard (CircuitPython)
2+
3+
## Installation
4+
5+
### Install CircuitPython 7+ on the Pico
6+
* Download it from here: https://circuitpython.org/board/raspberry_pi_pico/
7+
* Hold the BOOTSEL button while plugging in the Pico.
8+
* Drop the CircuitPython.uf2 file in the Pico's CIRCUITPYTHON drive.
9+
10+
### Upload the code to the Pico
11+
* Clone submodules etc.:
12+
```bash
13+
$ ./install.sh
14+
Cloning external submodules/libs
15+
Copying external libs into pico libs folder
16+
```
17+
* Copy all files from the [pico](./pico) folder to your CircuitPython drive. And voilà!
18+
19+
## Usage
20+
* Add mappings to config.json for the pins to key combinations
21+
* Hold down GP0 upon boot to enable only-keyboard mode

0 commit comments

Comments
 (0)