Closed jeffvandyke closed 1 year ago
Same problem for me...
Yes correct syntax is
make -f Makefile.lufa KEYMAP=dvorak
Which docs are you referring to?
~ $ cd keyboards/ergodox_infinity/qmk_firmware/ && \
sudo make ergodox_infinity:azerty:dfu-util MASTER=right
and then, after I unplug the right, then plug the left:
~/keyboards/ergodox_infinity/qmk_firmware $ sudo make ergodox_infinity:azerty:dfu-util MASTER=left
(of course, i've made my own "azerty
" keymap in this case)
This is the older tmk firmware that qmk is based off.
I believe you're in the wrong place.
Original issue with the instructions is fixed now, so this issue can probably be closed.
Running the command
make -f Makefile.lufa dvorak
fails withmake: *** No rule to make target 'dvorak'. Stop.
.If
KEYMAP=dvorak make -f Makefile.lufa
is the correct way to do it, then perhaps the Ergodox-FAQ.md file should be updated?