# using gitbash
# Go to the CircuitPython device.
cd /e
# Clone the repo, but put the .git/ database somewhere _other_ than the CPy device.
git clone --separate-git-dir=/c/mew/gits/github.com/mew-cx/CircuitPython_keybow_pico.git [email protected]:mew-cx/CircuitPython_keybow_pico.git mew_keybow_pico
+--------------------------+
| K E Y B O W |
+--------+--------+--------+
| | | |
| 0 | 4 | 8 |
| | | |
+--------+--------+--------+
| | | |
| 1 | 5 | 9 |
| | | |
+--------+--------+--------+
| | | |
| 2 | 6 | 10 |
| | | |
+--------+--------+--------+
| | | |
| 3 | 7 | 11 |
| | | |
+--------+--------+--------+
USB
+-----------+
| KEYBOW|
| 0 4 8 |
| |
| 1 5 9 |
| |
| 2 6 10 |
| |
| 3 7 11 |
+-----------+
USB
-
Pimoroni Keybow
https://shop.pimoroni.com/products/keybow
https://pinout.xyz/pinout/keybow -
Red Robotics
https://redrobotics.co.uk/
https://www.tindie.com/stores/redrobotics/
https://www.tindie.com/products/redrobotics/pico-2-pi-adapter-board/
https://github.com/RedRobotics -
Revamping a Pi Keybow into a Pico Keybow
https://codepope.dev/post/revamping-pi-keybow-into-pico-keybow/
https://github.com/codepope/KeyBow-Pico-CircuitPython -
The Keybow - Ben Madley's Blog
https://benmadley.co.uk/2019/08/30/keybow.html
- Add: mousejiggler ability
- Add: some communications API from host system to set
LED colors.
keybindings.
enable/disable mousejiggler
#eof