diff --git a/config/.editorconfig b/config/.editorconfig index 0e6db80..7d47f18 100644 --- a/config/.editorconfig +++ b/config/.editorconfig @@ -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 diff --git a/config/abyss.keymap b/config/abyss.keymap index 04c462e..e0c7d4e 100644 --- a/config/abyss.keymap +++ b/config/abyss.keymap @@ -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