Browse Source

Fixed encoder config and added build_right script

xmkb
Kevin 4 years ago
parent
commit
72232b4ec7
  1. 2
      app/boards/shields/lily58/lily58.keymap
  2. 4
      app/boards/shields/lily58/lily58_left.conf
  3. 1
      app/build_right.bat

2
app/boards/shields/lily58/lily58.keymap

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
&kp LGUI &kp LALT &kp BKSP &mo 1 &mo 2 &kp SPC &kp RET &kp RGUI
>;
sensor-bindings = <&inc_dec_cp LBKT RBKT>;
sensor-bindings = <&inc_dec_cp M_VOLU M_VOLD>;
};
lower_layer {

4
app/boards/shields/lily58/lily58_left.conf

@ -1,2 +1,6 @@ @@ -1,2 +1,6 @@
# Enable encoder
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
CONFIG_ZMK_SPLIT=y
CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y

1
app/build_right.bat

@ -0,0 +1 @@ @@ -0,0 +1 @@
west build -p -- -DSHIELD=lily58_right
Loading…
Cancel
Save