Keyboard Firmware

This repository contains the firmware for the keyboardeeroy_jenkins keyboard.

Build and flash

  1. Init submodules and build firmware
    $ git submodule update --init --recursive
    $ ./build.sh
    
  2. Back up current firmware (optional)
    $ picotool save --all left.bin  # Left half
    $ picotool save --all right.bin  # Right half
    
  3. Flash both keyboard halves
    $ picotool load keyboardeeroy_jenkins_default.uf2  # Both halves
    
Description
No description provided
Readme 40 KiB
2026-03-12 14:45:47 +01:00
Languages
C 95.2%
Shell 4.6%
Makefile 0.2%