Fix keymap

This commit is contained in:
2024-04-08 01:05:36 +02:00
parent 82c712e7b6
commit 04c53d63ae
2 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = scace
indent_style = space
indent_size = 4

View File

@@ -12,14 +12,14 @@
// | A | O | E | U | I | | D | H | T | N | S |
// | ' | Q | J | K | | M | W | V | L |
// | TAB | SCP | ESC | | ENT | BCP | DEL |
bindings = <
bindings = <
&kp COMMA &kp DOT &kp P &kp Y &kp F &kp G &kp C &kp R
&kp A &kp O &kp E &kp U &kp I &kp D &kp H &kp T &kp N &kp S
&kp SQT &kp Q &kp J &kp K &kp M &kp W &kp V &kp L
&kp TAB &kp SPACE &kp ESC &kp ENT &kp BCP &kp DEL
>;
>;
};
}
};
};
// vim: ft=dts