diff options
| author | Nick Brassel | 2021-01-19 16:19:36 +0100 |
|---|---|---|
| committer | GitHub | 2021-01-19 16:19:36 +0100 |
| commit | 78fe155b7241900988f26479b8e417623b137320 (patch) | |
| tree | 8b79488a6152bd93f7a99ac1b3ec2e244516e318 /keyboards/hs60 | |
| parent | 3b1ffd2ede296e17668f8763c7083aa4c9a3ce7d (diff) | |
Fix up comments showing how to execute config migration. (#11621)
Diffstat (limited to 'keyboards/hs60')
| -rw-r--r-- | keyboards/hs60/v2/halconf.h | 2 | ||||
| -rw-r--r-- | keyboards/hs60/v2/mcuconf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/hs60/v2/halconf.h b/keyboards/hs60/v2/halconf.h index 4c4d292f70..fb1d549c62 100644 --- a/keyboards/hs60/v2/halconf.h +++ b/keyboards/hs60/v2/halconf.h @@ -16,7 +16,7 @@ /* * This file was auto-generated by: - * `qmk chibios-confupdate -i keyboards/hs60/v2/halconf.h -r platforms/chibios/QMK_PROTON_C/configs/halconf.h` + * `qmk chibios-confmigrate -i keyboards/hs60/v2/halconf.h -r platforms/chibios/QMK_PROTON_C/configs/halconf.h` */ #pragma once diff --git a/keyboards/hs60/v2/mcuconf.h b/keyboards/hs60/v2/mcuconf.h index 59adca2ff0..e6d03f6660 100644 --- a/keyboards/hs60/v2/mcuconf.h +++ b/keyboards/hs60/v2/mcuconf.h @@ -16,7 +16,7 @@ /* * This file was auto-generated by: - * `qmk chibios-confupdate -i keyboards/hs60/v2/mcuconf.h -r platforms/chibios/QMK_PROTON_C/configs/mcuconf.h` + * `qmk chibios-confmigrate -i keyboards/hs60/v2/mcuconf.h -r platforms/chibios/QMK_PROTON_C/configs/mcuconf.h` */ #pragma once |