mirror of
https://github.com/Kabbone/zmk-config.git
synced 2025-01-01 15:34:26 +01:00
comment out sticky layer
This commit is contained in:
parent
06e3b2d0da
commit
aea8d40053
@ -23,8 +23,8 @@
|
|||||||
#define SYM 1
|
#define SYM 1
|
||||||
#define NUM 2
|
#define NUM 2
|
||||||
#define SYS 3
|
#define SYS 3
|
||||||
#define BT 4
|
#define BT 4
|
||||||
#define GAME 5
|
#define GAME 5
|
||||||
/ {
|
/ {
|
||||||
|
|
||||||
combos {
|
combos {
|
||||||
@ -95,16 +95,17 @@
|
|||||||
flavor = "tap-preferred";
|
flavor = "tap-preferred";
|
||||||
bindings = <&sl>, <&kp>;
|
bindings = <&sl>, <&kp>;
|
||||||
};
|
};
|
||||||
sr: shift_layer {
|
/* sr: shift_layer {
|
||||||
compatible = "zmk,behavior-hold-tap";
|
* compatible = "zmk,behavior-hold-tap";
|
||||||
label = "SHIFT_LAYER";
|
* label = "SHIFT_LAYER";
|
||||||
#binding-cells = <2>;
|
* #binding-cells = <2>;
|
||||||
tapping-term-ms = <300>;
|
* tapping-term-ms = <300>;
|
||||||
quick_tap_ms = <0>;
|
* quick_tap_ms = <0>;
|
||||||
flavor = "tap-preferred";
|
* flavor = "tap-preferred";
|
||||||
bindings = <&kp>, <&to>;
|
* bindings = <&kp>, <&to>;
|
||||||
retro-tap;
|
* retro-tap;
|
||||||
};
|
* };
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
|
|
||||||
keymap {
|
keymap {
|
||||||
|
Loading…
Reference in New Issue
Block a user