diff options
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 9 insertions, 1 deletions
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) @@ -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"; |
