mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Formatting.
This commit is contained in:
parent
bb34a247b8
commit
3971c9a097
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user