Open blowback opened 3 months ago
I should add that my first attempt was with the controller in the board, second attempt was with the controller isolated (the board buzzes out ok, but you never know...).
@blowback - take a look at this thread. I think you're running into the same issue. I'll update the documentation to be clearer about doing local builds https://github.com/sadekbaroudi/zmk-fingerpunch-controllers/issues/1
Haha you're right: that is me also! I've managed to resolve the build issues, now I'm getting a runtime crash. Can I attach an ftdi to those tx and rx pins and get some console output? what are the serial settings?
On Mon, 26 Aug 2024 at 04:16, Sadek Baroudi @.***> wrote:
@blowback https://github.com/blowback - take a look at this thread. I think you're running into the same issue. I'll update the documentation to be clearer about doing local builds
1 https://github.com/sadekbaroudi/zmk-fingerpunch-controllers/issues/1
— Reply to this email directly, view it on GitHub https://github.com/sadekbaroudi/zmk-fingerpunch-controllers/issues/2#issuecomment-2309219805, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACOHROZ442GU2ZOZL3U4BDZTKMX5AVCNFSM6AAAAABNBQA5HWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBZGIYTSOBQGU . You are receiving this because you were mentioned.Message ID: @.***>
Hi!
I flashed a svlinky 0.2 with a config from here https://github.com/arduxio/zmk-ardux.git editing its config/west.yml to:
I'm building a "Paintbrush" 8 key keyboard, and this is, I think, an older config intended for Arduino pro micro controllers so I changed the_paintbrush_left.overlay to:
The difference is basically mapping the 8 keys to different GPIOs, to match those in your sparkfun_pro_micro.dtsi:
I then build this with:
which successfully produces a zmk.uf2 board. If I drag this on to the RPi mount the device reboots, and then is dead - does not USB enumerate. I have to short the boot pins and reset->gnd to recover the device.
I tried adding debug:
but the behaviour was the same.
Is there anything else I can try to diagnose the issue? Is there a known-good svlinky firmware that might work (in part) with my 8 key keyboard?