comment out sticky layer

This commit is contained in:
Kabbone 2022-03-12 16:16:49 +01:00
parent 06e3b2d0da
commit aea8d40053
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
1 changed files with 13 additions and 12 deletions

View File

@ -23,8 +23,8 @@
#define SYM 1
#define NUM 2
#define SYS 3
#define BT 4
#define GAME 5
#define BT 4
#define GAME 5
/ {
combos {
@ -95,16 +95,17 @@
flavor = "tap-preferred";
bindings = <&sl>, <&kp>;
};
sr: shift_layer {
compatible = "zmk,behavior-hold-tap";
label = "SHIFT_LAYER";
#binding-cells = <2>;
tapping-term-ms = <300>;
quick_tap_ms = <0>;
flavor = "tap-preferred";
bindings = <&kp>, <&to>;
retro-tap;
};
/* sr: shift_layer {
* compatible = "zmk,behavior-hold-tap";
* label = "SHIFT_LAYER";
* #binding-cells = <2>;
* tapping-term-ms = <300>;
* quick_tap_ms = <0>;
* flavor = "tap-preferred";
* bindings = <&kp>, <&to>;
* retro-tap;
* };
*/
};
keymap {