From f0bcf80fb074de1d5ab15421a988e08b31975ca6 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Wed, 22 Oct 2025 09:29:39 -0500 Subject: Started a readme --- README.md | 8 ++++++++ flake.nix | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a106a7 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# fw-manager + +Nix utilities for building and flashing firmware for various devices. +So far, there is support for the following firmwares: + +* [QMK](https://github.com/qmk/qmk_firmware) +* [IronOS](https://github.com/Ralim/IronOS), specifically for the [Pinecil](https://pine64.org/documentation/Pinecil/_full/) +* [Klipper](https://github.com/Klipper3d/klipper) diff --git a/flake.nix b/flake.nix index b59f294..08da4fb 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Nix utilities to manage keyboard firmware"; + description = "Nix utilities to manage device firmware"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/release-25.05"; -- cgit v1.2.3