feat(keymap): allow users to toggle layers

This commit is contained in:
Cody McGinnis
2020-08-18 14:02:24 -04:00
parent d7dee20e8d
commit a82f990d4c
7 changed files with 79 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
bool zmk_keymap_layer_active(u8_t layer);
int zmk_keymap_layer_activate(u8_t layer);
int zmk_keymap_layer_deactivate(u8_t layer);