calkey

Simple USB keyboard using Raspberry Pi Pico
git clone https://git.mitxela.com/calkey.git
Log | Files | Refs | README

Branches

Name Last commit date Author
master2023-04-29 18:17:28 +0100mitxela

File Tree (HEAD)

Name Size
.gitignore6B
CMakeLists.txt437B
keyboard.c3.562K
pico_sdk_import.cmake3.091K
readme.md272B
tusb_config.h3.791K
usb_descriptors.c7.786K

History

* 4596371 (HEAD -> master) | mitxela 2023-04-29 18:17 | Add readme | * e3ac097 | mitxela 2023-04-29 17:58 | Type text to describe keys | * 961d530 mitxela 2023-04-25 16:54 Initial commit

Contents of readme.md:

Calibrator Keyboard

Simple USB keyboard using Raspberry Pi Pico. More info: https://mitxela.com/projects/calkey

To compile:

Clone SDK: https://github.com/raspberrypi/pico-sdk

mkdir build
cd build
cmake .. -DPICO_SDK_PATH=/path/to/pico-sdk/

then make