Skip to content

Commit

Permalink
fixed homerow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DeBasti committed Jul 18, 2024
1 parent 1d361df commit e78111a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boards/arm/zaphod/zaphod.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/outputs.h>

#define HRML(k1,k2,k3,k4) &ht LCTRL k1 &ht LALT k2 &ht LGUI k3 &ht LSHIFT k4
#define HRML(k1,k2,k3,k4) &ht LGUI k1 &ht LALT k2 &ht LCTRL k3 &ht LSHIFT k4
#define HMAC(k1,k2,k3,k4) &ht LCTRL k1 &ht LALT k2 &ht LGUI k3 &ht LSHIFT k4
#define AC(keycode) &ac LG(keycode) keycode

#define LTR 0
Expand Down Expand Up @@ -162,7 +163,7 @@
&kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Z &kp LS(NON_US_HASH)
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ A │ R │ S │ T │ G │ │ M │ N │ E │ I │ O │
HRML(A, R, S, T) &kp G &kp M &ht RSHIFT N &ht RCTRL E &lt SON I &ht RGUI O
HMAC(A, R, S, T) &kp G &kp M &ht RSHIFT N &ht RCTRL E &lt SON I &ht RGUI O
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ Z │ X │ C │ D │ V │ │ K │ H │ , < │ . > │ ? │
&kp Y &kp X AC(C) &kp D AC(V) &kp K &kp H &kp COMMA &kp DOT &kp LS(MINUS)
Expand Down

0 comments on commit e78111a

Please sign in to comment.