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/nebula12 | |
| parent | 3b1ffd2ede296e17668f8763c7083aa4c9a3ce7d (diff) | |
Fix up comments showing how to execute config migration. (#11621)
Diffstat (limited to 'keyboards/nebula12')
| -rw-r--r-- | keyboards/nebula12/chconf.h | 2 | ||||
| -rw-r--r-- | keyboards/nebula12/halconf.h | 2 | ||||
| -rw-r--r-- | keyboards/nebula12/mcuconf.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/nebula12/chconf.h b/keyboards/nebula12/chconf.h index cb75232d45..e34e007fe8 100644 --- a/keyboards/nebula12/chconf.h +++ b/keyboards/nebula12/chconf.h @@ -16,7 +16,7 @@ /* * This file was auto-generated by: - * `qmk chibios-confupdate -i keyboards/nebula12/chconf.h -r platforms/chibios/common/configs/chconf.h` + * `qmk chibios-confmigrate -i keyboards/nebula12/chconf.h -r platforms/chibios/common/configs/chconf.h` */ #pragma once diff --git a/keyboards/nebula12/halconf.h b/keyboards/nebula12/halconf.h index 53821442b9..e4223dc639 100644 --- a/keyboards/nebula12/halconf.h +++ b/keyboards/nebula12/halconf.h @@ -16,7 +16,7 @@ /* * This file was auto-generated by: - * `qmk chibios-confupdate -i keyboards/nebula12/halconf.h -r platforms/chibios/common/configs/halconf.h` + * `qmk chibios-confmigrate -i keyboards/nebula12/halconf.h -r platforms/chibios/common/configs/halconf.h` */ #pragma once diff --git a/keyboards/nebula12/mcuconf.h b/keyboards/nebula12/mcuconf.h index 8611307a78..9d1d693146 100644 --- a/keyboards/nebula12/mcuconf.h +++ b/keyboards/nebula12/mcuconf.h @@ -16,7 +16,7 @@ /* * This file was auto-generated by: - * `qmk chibios-confupdate -i keyboards/nebula12/mcuconf.h -r platforms/chibios/GENERIC_STM32_F072XB/configs/mcuconf.h` + * `qmk chibios-confmigrate -i keyboards/nebula12/mcuconf.h -r platforms/chibios/GENERIC_STM32_F072XB/configs/mcuconf.h` */ #pragma once |