generated from macoy/gamelib-project-template
3 changed files with 57 additions and 4 deletions
@ -1,3 +1,20 @@ |
|||
#+title: Keyboards |
|||
|
|||
This is my dumping ground for various physical keyboard firmware and designs. |
|||
|
|||
* Building and running |
|||
Follow [[https://learn.adafruit.com/adafruit-kb2040/arduino-ide-setup][Arduino IDE Setup]]. |
|||
In short: |
|||
- Get Arduino IDE (and Arduino Console while you're at it) |
|||
- Add ~https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json~ to ~Preferences > Additional Boards Manager URLs~ |
|||
- Search for ~RP2040~ in Board Manager and install the ~Raspberry Pi Pico/RP2040 by Earle F Philhower, III~ |
|||
The console board name is ~rp2040:rp2040:adafruit_kb2040~. |
|||
|
|||
Run ~Build.sh~. |
|||
|
|||
** Observing output |
|||
#+BEGIN_SRC sh |
|||
screen /dev/ttyACM0 115200 |
|||
#+END_SRC |
|||
*** Killing screen sessions |
|||
~Ctrl + a~ then ~k~ |
|||
|
Loading…
Reference in new issue