kmk_firmware icon indicating copy to clipboard operation
kmk_firmware copied to clipboard

Add fruitbar-R2 board.

Open newts opened this issue 1 year ago • 6 comments

Port of KMK to the fruitbar R2 40% Keyboard with OLED. (the fruitbar has a rotary encoder option which I don't have on mine and did not include here yet).

https://p3dstore.com/products/fruitbar-budget-skeleton-case-and-pcb-group-buy

newts avatar Aug 25 '23 18:08 newts

There're couple of things the linter isn't happy about.

xs5871 avatar Aug 28 '23 08:08 xs5871

I see. I will fix. can I run the lint on my own? it is just pylint?

newts avatar Aug 28 '23 13:08 newts

There's a make command for that: https://github.com/KMKfw/kmk_firmware/blob/master/docs/en/contributing.md#code-style

xs5871 avatar Aug 29 '23 08:08 xs5871

I ran black on my files and updated my master. I am not familiar with github pulls if there is more to do. I could not get the test to run on my system (ubuntu).

newts avatar Sep 03 '23 01:09 newts

I ran black on my files and updated my master. I am not familiar with github pulls if there is more to do. I could not get the test to run on my system (ubuntu).

make devdeps
make test

xs5871 avatar Sep 04 '23 08:09 xs5871

Ok I figured how to run the tests locally and fixed the pylint errors.

jv@Balsamo:~/proj/keebs/fruity-oaty-bar$ make test
.........................................................................
----------------------------------------------------------------------
Ran 73 tests in 4.646s

OK

newts avatar Sep 21 '23 01:09 newts