/pengypad

Small But Useful Macropad

Primary LanguageCMIT LicenseMIT

Pengypad

A macropad made from "scratch" using Tiny USB and the pico sdk in C.

Pengypad

Things Used

Build Instructions

  • Prerequisites:
  • Building:
    • linux:
      • set buildAll.sh script to executable and run it
    • windows: NOTE: This has not been tested
      • make build directory in root
      • cd into build directory
      • run cmake ..
      • cd into pengypad
      • run make

Configuration

  • To find out what keycodes you need please refer to the hid keycodes
  • Then change what the keys/encoder are mapped by changing the arrays in mappings