Formatting.

This commit is contained in:
Nick Brassel 2025-03-22 21:01:54 +11:00
parent bb34a247b8
commit 3971c9a097
No known key found for this signature in database

View File

@ -206,7 +206,7 @@ void nvm_eeconfig_update_handedness(bool val) {
uint32_t nvm_eeconfig_read_keymap_hash(void) {
return eeprom_read_dword(EECONFIG_KEYMAP_HASH);
}
void nvm_eeconfig_update_keymap_hash(uint32_t val) {
void nvm_eeconfig_update_keymap_hash(uint32_t val) {
eeprom_update_dword(EECONFIG_KEYMAP_HASH, val);
}