qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.8k stars 38.15k forks source link

Incorrect make invocation in tmk_core/doc/build.md #51

Closed chwilk closed 8 years ago

chwilk commented 8 years ago

Following the directions in build.md, I noticed the -f Makefile.<variant> syntax is either wrong or outdated. From what I see in the Makefile for the keyboard/ergodox-ez project, if variant is supposed to be an alternate keymap, the syntax should read make KEYMAP=<variant> instead.

jackhumbert commented 8 years ago

TMK supports lots of different projects, but I only maintain a couple of them :)

The notation in the README for the project is what should be referenced.