Skip to content

Commit

Permalink
remove dashes in layer names
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jan 12, 2024
1 parent 249dfeb commit c646953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ZMK_LAYER(Colemak,
// ╰────────────┴────────────╯ ╰───────────┴─────────────╯
)

ZMK_LAYER("Ergo-L",
ZMK_LAYER(ErgoL,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&kp Q &kp C &kp O &kp P &kp W &kp J &kp M &kp D &to ACE &kp F
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand All @@ -66,7 +66,7 @@ ZMK_LAYER("Ergo-L",
// ╰────────────┴────────────╯ ╰───────────┴─────────────╯
)

ZMK_LAYER("Ergo-Acc",
ZMK_LAYER(ErgoAcc,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&fr_ae &CEDIL ERG &fr_oe &O_CI ERG XXX XXX XXX XXX &trem_gr XXX
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand Down

0 comments on commit c646953

Please sign in to comment.