519 B
519 B
Keyboard Firmware
This repository contains the firmware for the keyboardeeroy_jenkins keyboard.
Build and flash
- Init submodules and build firmware
$ git submodule update --init --recursive $ ./build.sh - Back up current firmware (optional)
$ picotool save --all left.bin # Left half $ picotool save --all right.bin # Right half - Flash both keyboard halves
$ picotool load keyboardeeroy_jenkins_default.uf2 # Both halves