Update keymap.c

This commit is contained in:
Guido Bartolucci 2023-02-03 16:53:57 -05:00 committed by GitHub
parent 604d14d66d
commit 57c78c5d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}