Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
1 change: 0 additions & 1 deletion include/selenium/aliases/azerty.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@
#define S_COMMA &kp M
#define S_DOT &kp LS(COMMA)
#define S_MONEY &kp RA(E)

1 change: 0 additions & 1 deletion include/selenium/aliases/ergol.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@
#define S_COMMA &kp DOT
#define S_DOT &kp N
#define S_MONEY &kp LS(N1)

1 change: 0 additions & 1 deletion include/selenium/aliases/qwerty.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@
#define S_COMMA &kp COMMA
#define S_DOT &kp DOT
#define S_MONEY &kp DLLR

64 changes: 32 additions & 32 deletions include/selenium/extra_layers/azerty.dtsi
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
#define DK_LAYER EXTRA_LAYERS_START_INDEX

&base_layer {
display-name = "Base";
bindings = <SELENIUM_KEYMAP_BINDINGS(
&kp TAB , &kp Q &kp W &kp E &kp R &kp T , &kp Y &kp U &kp I &kp O &kp P , &kp BACKSPACE ,
&kp ESCAPE , HRM_A HRM_S HRM_D HRM_F &kp G , &kp H HRM_J HRM_K HRM_L HRM_SEMI , &EZ_SL(DK_LAYER) ,
&kp LSHIFT , &kp Z &kp X &kp C &kp V &kp B , &kp N &kp M &kp COMMA &kp DOT &kp FSLH , &kp RSHIFT ,
LTHUMB_TUCK , LTHUMB_HOME , LTHUMB_REACH , RTHUMB_REACH , RTHUMB_HOME , RTHUMB_TUCK
)>;
display-name = "Base";
bindings = <SELENIUM_KEYMAP_BINDINGS(
&kp TAB , &kp Q &kp W &kp E &kp R &kp T , &kp Y &kp U &kp I &kp O &kp P , &kp BACKSPACE ,
&kp ESCAPE , HRM_A HRM_S HRM_D HRM_F &kp G , &kp H HRM_J HRM_K HRM_L HRM_SEMI , &EZ_SL(DK_LAYER) ,
&kp LSHIFT , &kp Z &kp X &kp C &kp V &kp B , &kp N &kp M &kp COMMA &kp DOT &kp FSLH , &kp RSHIFT ,
LTHUMB_TUCK , LTHUMB_HOME , LTHUMB_REACH , RTHUMB_REACH , RTHUMB_HOME , RTHUMB_TUCK
)>;
};

/ {
macros {
kpc: circumflex {
compatible = "zmk,behavior-macro-one-param";
#binding-cells = <1>;
tap-ms = <0>;
wait-ms = <0>;
bindings
= <&macro_tap &kp LBKT>
, <&macro_pause_for_release>
, <&macro_param_1to1>
, <&kp MACRO_PLACEHOLDER>
;
};
spc: space_after_dk {
compatible = "zmk,behavior-macro-one-param";
#binding-cells = <1>;
tap-ms = <0>;
wait-ms = <0>;
bindings
= <&macro_param_1to1>
, <&kp MACRO_PLACEHOLDER>
, <&macro_pause_for_release>
, <&macro_tap &kp SPACE>
;
};
macros {
kpc: circumflex {
compatible = "zmk,behavior-macro-one-param";
#binding-cells = <1>;
tap-ms = <0>;
wait-ms = <0>;
bindings
= <&macro_tap &kp LBKT>
, <&macro_pause_for_release>
, <&macro_param_1to1>
, <&kp MACRO_PLACEHOLDER>
;
};
spc: space_after_dk {
compatible = "zmk,behavior-macro-one-param";
#binding-cells = <1>;
tap-ms = <0>;
wait-ms = <0>;
bindings
= <&macro_param_1to1>
, <&kp MACRO_PLACEHOLDER>
, <&macro_pause_for_release>
, <&macro_tap &kp SPACE>
;
};
};
};

// Extra layers defined specifically for this keymap, appended to the base keymap.
Expand Down
Loading
Loading