cub-uanic / tmk_keyboard

keyboard controller firmware for Atmel AVR USB family
158 stars 157 forks source link

Make with keymap failing - Ergodox FAQ out of date? #45

Closed jeffvandyke closed 1 year ago

jeffvandyke commented 6 years ago

Running the command make -f Makefile.lufa dvorak fails with make: *** 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?

SimonLefort commented 5 years ago

Same problem for me...

marknsikora commented 5 years ago

Yes correct syntax is

make -f Makefile.lufa KEYMAP=dvorak

Which docs are you referring to?

olivierpons commented 5 years ago
~ $ 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)

marknsikora commented 5 years ago

This is the older tmk firmware that qmk is based off.

I believe you're in the wrong place.

rprs commented 1 year ago

Original issue with the instructions is fixed now, so this issue can probably be closed.