Cozykeys Speedo Configurator fix (#11058)

* Cozykeys Speedo Configurator fix

Outgoing codebase worked when compiled locally, but not from QMK Configurator because its API requires an exact directory structure.

* fix make commands in the readme
This commit is contained in:
James Young
2020-11-28 16:59:25 -08:00
committed by GitHub
parent c66df16644
commit 81164c1663
6 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -8,11 +8,13 @@
Make example for this keyboard (after setting up your build environment):
make speedo:default
make cozykeys/speedo/v2:default # for Speedo v2
make cozykeys/speedo/v3:default # for Speedo v3
Flashing example for this keyboard:
make speedo:default:flash
make cozykeys/speedo/v2:default:flash # for Speedo v2
make cozykeys/speedo/v3:default:flash # for Speedo v3
See the
[build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and