Update keymap.c

This commit is contained in:
Guido Bartolucci 2023-02-03 17:07:40 -05:00 committed by GitHub
parent 57c78c5d77
commit 2fb805630f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,8 @@ static inline int set_layer_state(uint8_t layer, bool state) {
return -EINVAL;
}
printk("GUIDO: highest layer active: %d\n", zmk_keymap_highest_layer_active());
if (state) {
printk("GUIDO: layer %d\n", layer);
}