Make default layer size 16-bit (#15286)
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
This commit is contained in:
parent
cfcd647b2e
commit
0da6562c4d
293 changed files with 1249 additions and 1309 deletions
|
@ -28,7 +28,7 @@ const char *read_layer_state(void) {
|
|||
snprintf(layer_state_str, sizeof(layer_state_str), "Layer: Adjust");
|
||||
break;
|
||||
default:
|
||||
snprintf(layer_state_str, sizeof(layer_state_str), "Layer: Undef-%ld", layer_state);
|
||||
snprintf(layer_state_str, sizeof(layer_state_str), "Layer: Undef-%u", layer_state);
|
||||
}
|
||||
|
||||
return layer_state_str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue