Update keymap.c
This commit is contained in:
parent
604d14d66d
commit
57c78c5d77
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ static inline int set_layer_state(uint8_t layer, bool state) {
|
|||
|
||||
// Default layer should *always* remain active
|
||||
if (layer == _zmk_keymap_layer_default && !state) {
|
||||
printk("GUIDO: layer 0\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue