fix(keymap): move the toggle layer logic to keymap.c

This commit is contained in:
Cody McGinnis
2020-08-18 14:02:25 -04:00
parent ae104374c0
commit 7facb6eee8
4 changed files with 17 additions and 7 deletions

View File

@@ -1,4 +1,10 @@
/ {
/*
* Copyright (c) 2020 Cody McGinnis <brainwart@gmail.com>
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
tog: behavior_toggle_layer {
compatible = "zmk,behavior-toggle-layer";