forked from kofal.net/zmk
fix(keymap): move the toggle layer logic to keymap.c
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user