We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2400bae + 0e5fca1 commit 7f1a36bCopy full SHA for 7f1a36b
src/profiles/home.c
@@ -15,9 +15,9 @@ void config_profile_default_home(CtrlProfile *profile){
15
profile->sections[SECTION_META].meta = (CtrlProfileMeta){
16
.name="Home",
17
.control_byte = NVM_CONTROL_BYTE,
18
- .version_major = NVM_PROFILE_VERSION / 1000000,
19
- .version_minor = (NVM_PROFILE_VERSION / 1000) % 1000,
20
- .version_patch = NVM_PROFILE_VERSION % 1000,
+ .version_major = NVM_HOME_PROFILE_VERSION / 1000000,
+ .version_minor = (NVM_HOME_PROFILE_VERSION / 1000) % 1000,
+ .version_patch = NVM_HOME_PROFILE_VERSION % 1000,
21
};
22
23
// ABXY.
0 commit comments