Skip to content

Commit

Permalink
Add missing & in front of alt_o_morph and alt_u_morph
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiiiiiiiii authored Oct 2, 2024
1 parent 7a94b39 commit f2a851e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/boards/shields/ergonaut_one/ergonaut_one.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ZMK_CONDITIONAL_LAYER(sys, NAV NUM, SYS) // NAV + NUM --> SYS
/* Keymap Default Layer */
ZMK_LAYER(default,
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&mt EQUAL PLUS &kp Q &kp W &kp E &kp R &kp T &kp Y alt_u_morph &kp I alt_o_morph &kp P &mt MINUS UNDER
&mt EQUAL PLUS &kp Q &kp W &kp E &kp R &kp T &kp Y &alt_u_morph &kp I &alt_o_morph &kp P &mt MINUS UNDER
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤─────────────┤
&mt LBKT LBRC KEY_A KEY_S &hml LCTRL D &hml LSHFT F &kp G &kp H &hmr RSHFT J &hmr LCTRL K &hmr LALT L &hmr LGUI SEMI &mt RBKT RBRC
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤─────────────┤
Expand Down

0 comments on commit f2a851e

Please sign in to comment.