forked from mirrors/qmk_userspace
Clean code.
This commit is contained in:
parent
854c803fdd
commit
1e3e41a2c9
9 changed files with 226 additions and 201 deletions
|
@ -22,6 +22,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <stdbool.h>
|
||||
#include "action.h"
|
||||
|
||||
|
||||
/* layer used currently */
|
||||
extern uint8_t current_layer;
|
||||
/* layer to return or start with */
|
||||
extern uint8_t default_layer;
|
||||
|
||||
/*
|
||||
* legacy keymap interface: keycode
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue