mbox series

[bug#42682,0/2] Qmk cli

Message ID 20200802204208.14992-1-tona_kosmicznego_smiecia@interia.pl
Headers show
Series Qmk cli | expand

Message

Jan Wielkiewicz Aug. 2, 2020, 8:42 p.m. UTC
Hello,

these patches add qmk-cli - a command line utility helping its users to mofify
and flash qmk firmware on input devices like keyboards or mouses.
I also add one python dependency.
Project's website: https://qmk.fm/


Jan Wielkiewicz (2):
  gnu: Add python-hjson.
  gnu: Add qmk-cli.

 gnu/packages/hardware.scm   | 50 +++++++++++++++++++++++++++++++++++++
 gnu/packages/python-xyz.scm | 20 +++++++++++++++
 2 files changed, 70 insertions(+)


Jan Wielkiewicz