Qmk_firmware: Make can't find some keyboards [Bug]

Created on 4 Jan 2020  路  3Comments  路  Source: qmk/qmk_firmware

When I try to make dztech/dz65rgb:default, I get:

QMK Firmware 0.7.106
make: *** No rule to make target 'dztech/dz65rgb:default'. Stop.
|
|  QMK's make format recently changed to use folder locations and colons:
|     make project_folder:keymap[:target]
|  Examples:
|     make planck/rev4:default:dfu
|     make planck:default
|

Even the second example: make planck:default yields the same error.

So far, I've tried most of the dztech keyboard:keymaps, and it's the same.

bug help wanted

All 3 comments

There are two versions of these dztech boards - dztech/dz65rgb/v1 etc. use an Arm MCU (STM32F303), and v2 are AVR (ATmega32U4). They've been refactored recently so you have to know which version you have, and append the correct one to the make command.

That worked, thank you! Perhaps the readme should be updated then :) https://github.com/qmk/qmk_firmware/blob/master/keyboards/dztech/dz65rgb/readme.md

Good point! I've added it to https://github.com/qmk/qmk_firmware/pull/7664 馃槂

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BenRoe picture BenRoe  路  3Comments

henrebotha picture henrebotha  路  4Comments

michaeldauria picture michaeldauria  路  3Comments

vokeio picture vokeio  路  3Comments

Frefreak picture Frefreak  路  4Comments