summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd480e438c..8b2099a217 100644
--- a/Makefile
+++ b/Makefile
@@ -292,8 +292,8 @@ define PARSE_RULE
$$(info | QMK's make format recently changed to use folder locations and colons:)
$$(info | make project_folder:keymap[:target])
$$(info | Examples:)
- $$(info | make planck/rev4:default:dfu)
- $$(info | make planck:default)
+ $$(info | make planck/ez:default:flash)
+ $$(info | make planck/ez:default)
$$(info |)
endif
endef