From 6e6c76e75eebe2f6c976e35aef580d49e4d6ca26 Mon Sep 17 00:00:00 2001 From: bofhgit <1431112+bofhgit@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:28:06 -0400 Subject: [PATCH] Fix make commands in readmes: use default keymap, not vial --- keyboards/chosfox/geonix_rev25/geonix40/readme.md | 4 ++-- keyboards/chosfox/geonix_rev25/geonix41/readme.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/keyboards/chosfox/geonix_rev25/geonix40/readme.md b/keyboards/chosfox/geonix_rev25/geonix40/readme.md index 4a9558cc3d..d534557d5c 100644 --- a/keyboards/chosfox/geonix_rev25/geonix40/readme.md +++ b/keyboards/chosfox/geonix_rev25/geonix40/readme.md @@ -12,11 +12,11 @@ original closed-source `librdrcommon.a` with Make example for this keyboard (after setting up your build environment): - make chosfox/geonix_rev25/geonix40:vial + make chosfox/geonix_rev25/geonix40:default Flashing example for this keyboard: - make chosfox/geonix_rev25/geonix40:vial:flash + make chosfox/geonix_rev25/geonix40:default:flash See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). diff --git a/keyboards/chosfox/geonix_rev25/geonix41/readme.md b/keyboards/chosfox/geonix_rev25/geonix41/readme.md index 0dcbd41532..26d9db76cd 100644 --- a/keyboards/chosfox/geonix_rev25/geonix41/readme.md +++ b/keyboards/chosfox/geonix_rev25/geonix41/readme.md @@ -13,11 +13,11 @@ slot. This is an open-source port replacing the original closed-source `librdrco Make example for this keyboard (after setting up your build environment): - make chosfox/geonix_rev25/geonix41:vial + make chosfox/geonix_rev25/geonix41:default Flashing example for this keyboard: - make chosfox/geonix_rev25/geonix41:vial:flash + make chosfox/geonix_rev25/geonix41:default:flash See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).