Fixed encoder config and added build_right script
This commit is contained in:
parent
d69c94a183
commit
72232b4ec7
3 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
Normal file
1
app/build_right.bat
Normal file
|
@ -0,0 +1 @@
|
|||
west build -p -- -DSHIELD=lily58_right
|
Loading…
Reference in a new issue