From 52eead0d74719e4bda8b22a3565939384a3a1657 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 14 Nov 2025 07:26:14 -0600 Subject: [PATCH] add readme --- readme.org | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readme.org diff --git a/readme.org b/readme.org new file mode 100644 index 0000000000..50b0afb2e9 --- /dev/null +++ b/readme.org @@ -0,0 +1,6 @@ +#+title: QMK Firmware +#+author: Chris Cochrun + +This is my firmware for my Keebio Iris Rev6, powered by QMK. This firmware is built using Nix, and a helpful repo [[https://github.com/agustinmista/nixcaps][nixcaps]]. This way I don't need a copy of the =qmk_firmware= repo and need to keep it up to date. Nixcaps can do that for me and I can just update my code here and the flake when I'm ready to update to a newer version. + +In the future, if the maintainer of nixcaps is ever gone, I can use his code to just keep my qmk updated.