mohoyt / cyoa_ortho

CYOA Ortho or Choose Your Own Adventure Ortho is a simple Pro Micro compatible ortho PCB that you can freely adjust to your preferences by snapping off rows or columns to make your perfect Ortho board.
CERN Open Hardware Licence Version 2 - Strongly Reciprocal
16 stars 1 forks source link

Trouble flashing the firmware #1

Open rodgzilla opened 3 weeks ago

rodgzilla commented 3 weeks ago

Hi!

I am having troubles flashing the firmware onto the controller. I am quite new to QMK so there are probably things that I don't understand.

I've run the following command and this is the result I am getting.

 make sthlmkb/cyoa_ortho:default
QMK Firmware 0.25.22
make: *** No rule to make target 'sthlmkb/cyoa_ortho:default'. Stop.
|
| QMK's make format is:
|     make keyboard_folder:keymap_folder[:target]
|
| Where `keyboard_folder` is the path to the keyboard relative to
| `qmk_firmware/keyboards/`, and `keymap_folder` is the name of the
| keymap folder under that board's `keymaps/` directory.
|
| Examples:
|     keyboards/dz60, keyboards/dz60/keymaps/default
|       -> make dz60:default
|       -> qmk compile -kb dz60 -km default
|     keyboards/planck/rev6, keyboards/planck/keymaps/default
|       -> make planck/rev6:default:flash
|       -> qmk flash -kb planck/rev6 -km default
|

I think that my QMK environment is setup properly because I have managed to flash other keyboards in the past.

I have also tried copying the content of folder cyoa_ortho/firmware/cyoa_ortho to the keyboards/sthlmkb in my QMK folder but I keep getting the same message.

Could you please give me some pointers?

mohoyt commented 3 weeks ago

Hey!

A couple things to try:

Maybe as another option is updating QMK so that you have the latest version (though it looks like you do from above) or reinstalling it if that doesn't work.

Let me know how you get on and hopefully we can figure this out!