- Have a working Raspberry Pi Pico C SDK setup.
- Clone/download the repository. Don't forget to run git submodule update --init.
- Ensure that there is a symbolic link to pico_sdk_import.cmake from the Pico C SDK. (If a symbolic link isn't an option, just copy the file.)
- Create a build directory, cd to it, and run cmake ../. (Or your build system equivalents.)
- Build by running make. (Or your build system equivalent.)
- Reset (or plug in) the Pico holding down the BOOTSEL and copy CreativeBuild_Keybow.uf2 to the Pico's USB mass storage device.
- You should have a keyboard device now. Shorting the GP18 -> GP21 pin to ground will trigger a keypress of keystrokes.
- KEY1: KEY_LEFT_CTRL + C
- KEY2: KEY_LEFT_CTRL + V
- KEY3: KEY_LEFT_CTRL + KEY_LEFT_SHIFT + KEY_TAB
- KEY4: KEY_LEFT_CTRL + KEY_TAB
- SW: Change background led
- CW: Scroll up
- CCW: Scroll down