aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wells <chris@mathematicaster.org>2025-10-22 09:29:39 -0500
committerChris Wells <chris@mathematicaster.org>2025-10-22 09:29:39 -0500
commitf0bcf80fb074de1d5ab15421a988e08b31975ca6 (patch)
treef28439f3acc795177f9743db0603eedec3b3b14d
parent7aa390883104725c64c65d20a0713cfcd654f637 (diff)
downloadfw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar
fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar.gz
fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar.bz2
fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar.lz
fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar.xz
fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.tar.zst
fw-manager-f0bcf80fb074de1d5ab15421a988e08b31975ca6.zip
Started a readmeHEADmaster
-rw-r--r--README.md8
-rw-r--r--flake.nix2
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)
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";