diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-11-28 16:59:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-29 00:59:25 +0000 |
commit | 81164c1663fbf155233475dfd23b324ccd53b46e (patch) | |
tree | 5f10e7a5b49656f7b9c3143c01873e385184506e /keyboards/cozykeys/speedo/speedo.h | |
parent | c66df1664497546f32662409778731143e45a552 (diff) |
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
Diffstat (limited to 'keyboards/cozykeys/speedo/speedo.h')
-rw-r--r-- | keyboards/cozykeys/speedo/speedo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/cozykeys/speedo/speedo.h b/keyboards/cozykeys/speedo/speedo.h index 3b3c89d932..2a2adff423 100644 --- a/keyboards/cozykeys/speedo/speedo.h +++ b/keyboards/cozykeys/speedo/speedo.h @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once #ifdef KEYBOARD_cozykeys_speedo_v2 - #include "speedo_v2.h" + #include "v2.h" #elif KEYBOARD_cozykeys_speedo_v3 - #include "speedo_v3.h" + #include "v3.h" #endif |