diff options
Diffstat (limited to 'common/command.c')
| -rw-r--r-- | common/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/command.c b/common/command.c index b82d1884c..cf8d969f8 100644 --- a/common/command.c +++ b/common/command.c | |||
| @@ -133,8 +133,8 @@ static void print_eeprom_config(void) | |||
| 133 | eebyte = eeconfig_read_defalt_layer(); | 133 | eebyte = eeconfig_read_defalt_layer(); |
| 134 | print("defalt_layer: "); print_hex8(eebyte); print("\n"); | 134 | print("defalt_layer: "); print_hex8(eebyte); print("\n"); |
| 135 | 135 | ||
| 136 | eebyte = eeconfig_read_modifier(); | 136 | eebyte = eeconfig_read_keyconf(); |
| 137 | print("modifiers: "); print_hex8(eebyte); print("\n"); | 137 | print("keyconf: "); print_hex8(eebyte); print("\n"); |
| 138 | } | 138 | } |
| 139 | 139 | ||
| 140 | static bool command_common(uint8_t code) | 140 | static bool command_common(uint8_t code) |
