From c6b130cb67e9fbd9401a7727dfc5b5e68a7cfd9a Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Thu, 12 Mar 2026 10:13:50 +0100 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ace08ec..51d1efe 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ This repository contains the firmware for the `keyboardeeroy_jenkins` keyboard. ``` 3. Flash both keyboard halves ```bash - $ picotool load qmk_firmware/keyboardeeroy_jenkins_default.uf2 # Both halves + $ picotool load keyboardeeroy_jenkins_default.uf2 # Both halves ```