Update keymap.c
This commit is contained in:
parent
57c78c5d77
commit
2fb805630f
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ static inline int set_layer_state(uint8_t layer, bool state) {
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
printk("GUIDO: highest layer active: %d\n", zmk_keymap_highest_layer_active());
|
||||||
|
|
||||||
if (state) {
|
if (state) {
|
||||||
printk("GUIDO: layer %d\n", layer);
|
printk("GUIDO: layer %d\n", layer);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue