fix: whitespace
This commit is contained in:
parent
016a77af71
commit
3f4aedd24b
3 changed files with 10 additions and 10 deletions
|
@ -347,8 +347,8 @@ config ZMK_COMBO_MAX_KEYS_PER_COMBO
|
|||
default 4
|
||||
|
||||
config ZMK_COMBO_MAX_LAYERS_PER_COMBO
|
||||
int "Maximum number of layers specified per combo"
|
||||
default 4
|
||||
int "Maximum number of layers specified per combo"
|
||||
default 4
|
||||
|
||||
#Combo options
|
||||
endmenu
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
*/
|
||||
|
||||
/ {
|
||||
behaviors {
|
||||
partial_hold_position: combo_partial_hold_position {
|
||||
compatible = "zmk,combo-partial-hold-position";
|
||||
label = "PARTIAL_HOLD_POSITION";
|
||||
#binding-cells = <1>;
|
||||
};
|
||||
};
|
||||
behaviors {
|
||||
partial_hold_position: combo_partial_hold_position {
|
||||
compatible = "zmk,combo-partial-hold-position";
|
||||
label = "PARTIAL_HOLD_POSITION";
|
||||
#binding-cells = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5,4 +5,4 @@ description: Add a partial hold position to a combo
|
|||
|
||||
compatible: "zmk,combo-partial-hold-position"
|
||||
|
||||
include: one_param.yaml
|
||||
include: one_param.yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue