File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments