Keyball61 setup #683
-
Hello, I've been scouring everywhere I can for a solution to my issue but I have had no luck so far. When I connect my SeaPicro to my Win10 computer, it is not recoginzed as a HID device and opens up a folder. When quickly pressing the reset button the device reconnects and the folder pops up again like nothing happened. To my understanding the SeaPicro should not be defaulting to bootloader mode and I cannot find a solution for this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I have no idea about Sea-Picro. |
Beta Was this translation helpful? Give feedback.
-
Try and restore the seapicro firmware: https://github.com/joshajohnson/sea-picro/releases/tag/v1.0 and then upload your uf2 file. |
Beta Was this translation helpful? Give feedback.
So there's an issue with the instructions to install via remap for the sea-picro
It was not picked up via the automated flash function
Using the 'copy' function let me save a .uf2 file, but it was just named firmware.uf2 and the sea-picro did not do anything with it.
I discovered the pre-compiled and named files below buried in the generic 'Firmware' section of the holykeebs documentation.
When I copied it over it behaved like expected.
https://github.com/idank/qmk_firmware/releases/tag/holykeebs-master-latest
This should probably be put in the keyboard specific section of the instructions instead of pointing people toward the QMK compiler and generic documentation
It would probably be a …