This commit is contained in:
Glen Goodwin 2022-04-09 14:33:59 -04:00
parent 3642c0555b
commit 254776be53
3 changed files with 48 additions and 46 deletions

20
config/general.dtsi Normal file
View file

@ -0,0 +1,20 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
/* Layers */
#define DEF_L 0
#define NAV_L 1
#define UPP_L 2
#define SYM_L 3
#define NUM_L 4
/* Behavior Settings */
&caps_word {
continue-list = <UNDERSCORE MINUS BACKSPACE>;
};
&sk {
release-after-ms = <60000>;
};