refactor: Replace tabs with spaces
Standardized indentation to use spaces with a new pre-commit hook.
This commit is contained in:
parent
32ae776c42
commit
94061bb916
613 changed files with 11572 additions and 11567 deletions
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
/* Uncomment and keep whatever encoders are on your BDN9
|
||||
&sensors {
|
||||
status = "okay";
|
||||
sensors = <&left_encoder &mid_encoder &right_encoder>;
|
||||
status = "okay";
|
||||
sensors = <&left_encoder &mid_encoder &right_encoder>;
|
||||
};
|
||||
*/
|
||||
|
||||
|
|
@ -20,19 +20,19 @@
|
|||
// &right_encoder { status = "okay"; };
|
||||
|
||||
/ {
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
|
||||
default_layer {
|
||||
bindings = <
|
||||
&kp HOME &kp K_PP &kp END
|
||||
&kp PG_UP &kp UP &kp PG_DN
|
||||
&kp LEFT &kp DOWN &kp RIGHT
|
||||
>;
|
||||
/* Uncomment and add necessary bindings. This examples is for one encoder
|
||||
sensor-bindings = <&inc_dec_kp PG_UP PG_DN>;
|
||||
*/
|
||||
};
|
||||
};
|
||||
default_layer {
|
||||
bindings = <
|
||||
&kp HOME &kp K_PP &kp END
|
||||
&kp PG_UP &kp UP &kp PG_DN
|
||||
&kp LEFT &kp DOWN &kp RIGHT
|
||||
>;
|
||||
/* Uncomment and add necessary bindings. This examples is for one encoder
|
||||
sensor-bindings = <&inc_dec_kp PG_UP PG_DN>;
|
||||
*/
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue