fix(keymap): move the toggle layer logic to keymap.c
This commit is contained in:
parent
ae104374c0
commit
7facb6eee8
4 changed files with 17 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue