Skip to content

CiruitPython code for Pimoroni Keybow, with RaspPi Pico replacing the RasPi Zero

License

Notifications You must be signed in to change notification settings

mew-cx/CircuitPython_keybow_pico

Repository files navigation

Clone

# 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  git@github.com:mew-cx/CircuitPython_keybow_pico.git  mew_keybow_pico

Physical Key/LED numbering

+--------------------------+
|             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

References

Ideas

  • Add: mousejiggler ability
  • Add: some communications API from host system to set
    LED colors.
    keybindings.
    enable/disable mousejiggler

#eof

About

CiruitPython code for Pimoroni Keybow, with RaspPi Pico replacing the RasPi Zero

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages