diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-08-29 21:25:02 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-29 21:25:02 -0400 | 
| commit | ef3c96c2ac0cb521c8423225cf0942131459507f (patch) | |
| tree | 806e069a1a4425efc6282ab4c98b43e007aaa502 /app/boards/shields/lily58/lily58.keymap | |
| parent | 86c3dac153b9f748ce3e4863c620e5a9c08c67be (diff) | |
| parent | 1ffcbefd728f2b47fcbb5e4e8b117adf893f059a (diff) | |
Merge pull request #134 from chenkevinh/lily58-encoder
Add Lily58 Left Encoder Support
Diffstat (limited to 'app/boards/shields/lily58/lily58.keymap')
| -rw-r--r-- | app/boards/shields/lily58/lily58.keymap | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/app/boards/shields/lily58/lily58.keymap b/app/boards/shields/lily58/lily58.keymap index 71bf4ad..afd2694 100644 --- a/app/boards/shields/lily58/lily58.keymap +++ b/app/boards/shields/lily58/lily58.keymap @@ -19,6 +19,8 @@  &kp LSFT &kp Z     &kp X     &kp C     &kp V     &kp B   &kp LBKT  &kp RBKT   &kp N     &kp M     &kp CMMA  &kp DOT   &kp FSLH  &kp RSFT                     &kp LALT  &kp LGUI  &mo 1     &kp SPC                      &kp RET   &mo 2     &kp BKSP  &kp RGUI  			>; + +			sensor-bindings = <&inc_dec_cp M_VOLU M_VOLD>;  		};  		lower_layer { @@ -35,6 +37,8 @@  &trans   &trans    &trans    &trans    &trans    &trans    &trans   &trans    &trans    &kp MINUS &kp KPLS  &kp LCUR  &kp RCUR  &kp PIPE                     &trans    &trans    &trans    &trans                       &trans    &trans    &trans    &trans  			>; + +			sensor-bindings = <&inc_dec_cp M_VOLU M_VOLD>;  		};  		raise_layer { @@ -51,6 +55,8 @@  &kp F7   &kp F8    &kp F9    &kp F10   &kp F11   &kp F12   &trans   &trans    &kp KPLS  &kp MINUS &kp EQL   &kp LBKT  &kp RBKT  &kp BSLH                     &trans    &trans    &trans    &trans                       &trans    &trans    &trans    &trans  			>; + +			sensor-bindings = <&inc_dec_cp M_VOLU M_VOLD>;  		};  	};  };  | 
