Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeBasti committed Jul 14, 2024
1 parent 29fa4fa commit 0e950e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions boards/arm/zaphod/zaphod.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#define AC(keycode) &ac LC(keycode) keycode

#define LTR 0
#define MAC 3
#define MACTEMP 1
#define MACLOCK 2
#define MAC 1
#define MACTEMP 2
#define MACLOCK 3
#define NAV 4
#define SYM 5
#define NUM 6
Expand Down Expand Up @@ -130,7 +130,7 @@
bindings = <
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
//│ Q │ W │ F │ P │ B │ │ J │ L │ U │ Y │ ' │
&kp Q &kp W &kp F &kp P &to MAC &kp J &kp L &kp U &kp Z &kp LS(NON_US_HASH)
&kp Q &kp W &kp F &kp P &mo MACTEMP &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
Expand Down
8 changes: 4 additions & 4 deletions boards/shields/zaphod_lite/zaphod_lite.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#define AC(keycode) &ac LC(keycode) keycode

#define LTR 0
#define MAC 3
#define MACTEMP 1
#define MACLOCK 2
#define MAC 1
#define MACTEMP 2
#define MACLOCK 3
#define NAV 4
#define SYM 5
#define NUM 6
Expand Down Expand Up @@ -130,7 +130,7 @@
bindings = <
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
//│ Q │ W │ F │ P │ B │ │ J │ L │ U │ Y │ ' │
&kp Q &kp W &kp F &kp P &to MAC &kp J &kp L &kp U &kp Z &kp LS(NON_US_HASH)
&kp Q &kp W &kp F &kp P &mo MACTEMP &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
Expand Down

0 comments on commit 0e950e0

Please sign in to comment.