From 9caa5f871ddb9813c7370708be62d7a3e1cfeb75 Mon Sep 17 00:00:00 2001 From: Benoit Brummer Date: Sat, 8 Aug 2026 12:18:55 +0200 Subject: [PATCH] [ploopyco/trackball_thumb] Update readme.md with correct flashing instructions (#26287) Flashing is currently set to the middle click, not button 4 (per https://github.com/qmk/qmk_firmware/blob/master/keyboards/ploopyco/trackball_thumb/info.json ) --- keyboards/ploopyco/trackball_thumb/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/ploopyco/trackball_thumb/readme.md b/keyboards/ploopyco/trackball_thumb/readme.md index bb870d2003c..b55c60d89f6 100644 --- a/keyboards/ploopyco/trackball_thumb/readme.md +++ b/keyboards/ploopyco/trackball_thumb/readme.md @@ -10,7 +10,7 @@ Make example for this keyboard (after setting up your build environment): make ploopyco/trackball_thumb/rev1_001:default:flash -To jump to the bootloader, hold down "Button 4" (button closest to the USB port). +To jump to the bootloader, hold down the middle click while plugging in the trackball. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).