Re: Question regarding qmk firmware

2023-10-10 Thread Fredrik Salomonsson
Hi Ekaitz, Ekaitz Zarraga writes: > Hi Fredrik, > > Now what you need to do is call to the `make-avr-toolchain` function from > `(gnu packages avr)` to get that. > > Maybe the easiest way is to create a `manifest.scm` where you do something > like this (i'm doing it by memory): > > ```

Re: Question regarding qmk firmware

2023-10-10 Thread Maxim Cournoyer
Hi, Peter Polidoro writes: > On Sunday, October 8th, 2023 at 10:28, Ekaitz Zarraga > wrote: > >> There are other ways to do it, but I find this the easiest. >> You can even make a package for your firmware and let guix compile >> it for you (and maybe flash it too?). > >> Cheers, >> Ekaitz > >

Re: Question regarding qmk firmware

2023-10-10 Thread Ekaitz Zarraga
ElenQ Technology --- Original Message --- On Tuesday, October 10th, 2023 at 14:20, Peter Polidoro wrote: > On Sunday, October 8th, 2023 at 10:28, Ekaitz Zarraga > eka...@elenq.tech wrote: > > > There are other ways to do it, but I find this the easiest. > > You can even make a

Re: Question regarding qmk firmware

2023-10-10 Thread Peter Polidoro
On Sunday, October 8th, 2023 at 10:28, Ekaitz Zarraga wrote: There are other ways to do it, but I find this the easiest. You can even make a package for your firmware and let guix compile it for you (and maybe flash it too?). Cheers, Ekaitz I am also interested in using Guix packages

Re: Question regarding qmk firmware

2023-10-08 Thread Ekaitz Zarraga
--- Original Message --- On Saturday, October 7th, 2023 at 21:23, Fredrik Salomonsson wrote: > Hi, > > Today I was tweaking a keymap for one of my qmk based keyboards but some > of the packages I used when building the firmware has been removed. My > commad was as follows: > >

Question regarding qmk firmware

2023-10-07 Thread Fredrik Salomonsson
Hi, Today I was tweaking a keymap for one of my qmk based keyboards but some of the packages I used when building the firmware has been removed. My commad was as follows: ```sh guix shell avr-toolchain dfu-programmer qmk -- qmk flash -kb ergodox_infinity -km plattfot -bl dfu-split-left ```