From 214f293cddb2ebf47eb17133cb78e16ba4b074cf Mon Sep 17 00:00:00 2001 From: Erik Trinkle Date: Mon, 4 Mar 2024 16:30:25 -0500 Subject: [PATCH] correct flashing readme --- keyboards/cyboard/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/cyboard/readme.md b/keyboards/cyboard/readme.md index ddabc7bfaaa..4e2b98b053b 100644 --- a/keyboards/cyboard/readme.md +++ b/keyboards/cyboard/readme.md @@ -10,7 +10,7 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to Various sizes and thumb-cluster styles are supported as keymaps. To build the firmware, use the command: `make cyboard/{MODEL}/{THUMB STYLE}_{ROWS}:vial` -where `{MODEL}` can be `imprint` or `manuform` +where `{MODEL}` can be `imprint` or `dactyl` , `{THUMB STYLE}` can be `imprint`, `manuform`, `dual_arcs`, or `single_arc` , and `{ROWS}` can be `function_row`, `number_row`, or `letters_only`