Skip to content

Commit

Permalink
removed layer names
Browse files Browse the repository at this point in the history
  • Loading branch information
hikkidev committed Oct 8, 2023
1 parent 2b00204 commit 1c22174
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/kyria_rev3.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#define OS_RU MOD(LA(N2))

// Layer Alias
#define L_EN 0
#define L_RU 1
#define L_CHARS_EN &slto OS_EN L_EN
#define L_CHARS_RU &slto OS_RU L_RU

Expand Down Expand Up @@ -144,7 +146,6 @@
compatible = "zmk,keymap";

layer_en {
label = "L_EN";
bindings = <
// ╭───┬─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────┬───╮
XXX &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P XXX
Expand All @@ -159,7 +160,6 @@
};

layer_ru {
label = "L_RU";
bindings = <
// ╭───┬─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────┬───╮
XXX &kp RU_SI &kp RU_TSE &kp RU_U &kp RU_KA &ru_ie_io &kp RU_EN &kp RU_GHE &ru_sha_scha &kp RU_ZE &kp RU_HA XXX
Expand All @@ -174,7 +174,6 @@
};

layer_symbols {
label = "L_SYM";
bindings = <
// ╭───┬─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────┬───╮
XXX &kp GRAVE &kp APOS &kp AT_SIGN &kp PLUS &kp CARET &kp RBKT &kp SEMI &kp AMPS &kp PRCNT &kp PIPE XXX
Expand Down

0 comments on commit 1c22174

Please sign in to comment.