Kovacsics Robert

Results 54 comments of Kovacsics Robert

Using `find qmk_firmware/keyboards/ploopyco -name via` turns out there is a `via` directory for the other keyboards. What I did with the `nano` is copy over the `nano` default directory and...

I have had problems flashing via SD, so I discovered how to flash via SWD with an ST-link. I have put my comments [here](https://github.com/bigtreetech/BIGTREETECH-SKR-V1.3/pull/491).

> > I have had problems flashing via SD, so I discovered how to flash via SWD with an ST-link. I have put my comments [here](https://github.com/bigtreetech/BIGTREETECH-SKR-V1.3/compare/master...KoviRobi:patch-1). > > I noticed...

> * a display with the "rotary button" needs to be connected to be able to jump into the DFU Mode to be able to flash via USB. > is...

@GadgetAngel so something you could perhaps clear up for me, I thought the ISP programming was different from the DFU programming, i.e. the ISP makes the LPC1768 enter into the...

Feel free to close, one of the reasons I made this is so that people who come search for "birthday problem" can find this, the other is so that someone...

I'm currently reading the paper, I'd imagine that's where the example came from https://dl.acm.org/doi/pdf/10.1145/2684746.2689064

I am having this issue with solarized light https://belak.github.io/base16-emacs/#sec-1-75

Binding to port 0 should work, I'll create a PR in a bit

Also, I'm not sure about how your test framework works, because you are writing class variables/fields, is there one python interpreter per test instance (i.e. will the `TC.mock_mirror_port`s have a...