Add KEYCONF to eeconfig.c
This commit is contained in:
parent
51050875b7
commit
de8ef18a53
5 changed files with 83 additions and 23 deletions
|
@ -133,8 +133,8 @@ static void print_eeprom_config(void)
|
|||
eebyte = eeconfig_read_defalt_layer();
|
||||
print("defalt_layer: "); print_hex8(eebyte); print("\n");
|
||||
|
||||
eebyte = eeconfig_read_modifier();
|
||||
print("modifiers: "); print_hex8(eebyte); print("\n");
|
||||
eebyte = eeconfig_read_keyconf();
|
||||
print("keyconf: "); print_hex8(eebyte); print("\n");
|
||||
}
|
||||
|
||||
static bool command_common(uint8_t code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue