From 0fbf77b546e3f2cce213b64b87a817dcaa4f68d5 Mon Sep 17 00:00:00 2001 From: roberto Date: Fri, 11 Nov 2022 18:08:15 -0800 Subject: [PATCH] Update command in ergodox FAQ. The instructions in the ergodox FAQ use commands that no longer work. This updates the commands in case someone still wants tu use this firmware. Fix bug GH-45 --- keyboard/ergodox/Ergodox-FAQ.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/keyboard/ergodox/Ergodox-FAQ.md b/keyboard/ergodox/Ergodox-FAQ.md index 256806a1..a4247176 100644 --- a/keyboard/ergodox/Ergodox-FAQ.md +++ b/keyboard/ergodox/Ergodox-FAQ.md @@ -42,11 +42,11 @@ https://github.com/cub-uanic/tmk_keyboard/tree/master # use one of these make -f Makefile.lufa - make -f Makefile.lufa dvorak - make -f Makefile.lufa colemak - make -f Makefile.lufa workman - make -f Makefile.lufa micro - make -f Makefile.lufa cub + make -f Makefile.lufa KEYMAP=dvorak + make -f Makefile.lufa KEYMAP=colemak + make -f Makefile.lufa KEYMAP=workman + make -f Makefile.lufa KEYMAP=micro + make -f Makefile.lufa KEYMAP=cub # Layouts