Skip to content

Mini keyboard with just four keys for core macros.

License

Notifications You must be signed in to change notification settings

PingTechGmbH/PingBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5dc379 · Jan 17, 2023

History

62 Commits
Jan 17, 2023
Apr 4, 2022
Apr 4, 2022

Repository files navigation

PingBoard

Mini keyboard with just four keys for core macros.

Building the firmware

with Platform.io

Install platformio with

pip3 install platformio

Or pick any other installation method from https://docs.platformio.org/en/latest/core/installation.html

Review https://docs.platformio.org/en/latest//faq.html#platformio-udev-rules and install the udev rules.

To refresh your groups inside a running session without logging in, you can use:

su - $USER

After doing this (or a reboot), you can then flash the firmware with:

cd Prototype/PlatformioProjekt
platformio run -t upload

License

This project is published under the MIT license, see LICENSE for details.