mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Fixed encoder config and added build_right script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user