aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/ps2avrGB/README.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/keyboards/ps2avrGB/README.md b/keyboards/ps2avrGB/README.md
index 8fd2af00f..886e3aea8 100644
--- a/keyboards/ps2avrGB/README.md
+++ b/keyboards/ps2avrGB/README.md
@@ -49,13 +49,26 @@ $ make ps2avrGB
49$ bootloadHID -r ps2avrGB_default.hex 49$ bootloadHID -r ps2avrGB_default.hex
50``` 50```
51 51
52## Setting the board to bootloader mode
53
54If you're lucky, the programming script does this automagically for you. If
55however this doesn't work for you, you need to enter the bootloader mode manually
56by plugging the keyboard in while holding the bootloader key. If you did this
57correctly the LEDs will blink and you'll be able to flash your firmware.
58
59The bootloader key is the top left key of your matrix. For a standard board
60from winkeyless.kr this is `L_Ctrl`, but for some custom boards running ps2avrGB
61this might be different. For the Pearl it's `Esc`, for a b.fake it is `q`. If
62you're unsure you should be able to see the key in the bootmapper client.
63
64
52## Troubleshooting 65## Troubleshooting
53 66
54From my experience, it's really hard to brick these boards. But these 67From my experience, it's really hard to brick these boards. But these
55tricks have been useful when it got stuck in a weird scenario. 68tricks have been useful when it got stuck in a weird scenario.
56 69
571. Try plugging the board in while pressing `L_Ctrl`. This will force it 701. Try plugging the board in while holding the bootloader key. This will force
58 to boot only the bootloader without loading the firmware. Once this is 71 it to boot only the bootloader without loading the firmware. Once this is
59 done, just reflash the board with the original firmware. 72 done, just reflash the board with the original firmware.
602. Sometimes USB hubs can act weird, so try connecting the board directly 732. Sometimes USB hubs can act weird, so try connecting the board directly
61 to your computer or plugging/unplugging the USB hub. 74 to your computer or plugging/unplugging the USB hub.