diff options
author | Kevin <chenkevinh11@gmail.com> | 2020-08-29 11:36:48 -0700 |
---|---|---|
committer | Kevin <chenkevinh11@gmail.com> | 2020-08-29 11:36:48 -0700 |
commit | 72232b4ec7ead37bf765acd16e1ea4490651260a (patch) | |
tree | 198a7db9f4fc2c08a08ba570fb2ea61b83858b6c /app | |
parent | d69c94a183f3f91bddde2f1cc9dcf28db418ebac (diff) |
Fixed encoder config and added build_right script
Diffstat (limited to 'app')
-rw-r--r-- | app/boards/shields/lily58/lily58.keymap | 2 | ||||
-rw-r--r-- | app/boards/shields/lily58/lily58_left.conf | 4 | ||||
-rw-r--r-- | app/build_right.bat | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/app/boards/shields/lily58/lily58.keymap b/app/boards/shields/lily58/lily58.keymap index 590d7b6..b8d4a21 100644 --- a/app/boards/shields/lily58/lily58.keymap +++ b/app/boards/shields/lily58/lily58.keymap @@ -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 { diff --git a/app/boards/shields/lily58/lily58_left.conf b/app/boards/shields/lily58/lily58_left.conf index 1e028a7..2bd5872 100644 --- a/app/boards/shields/lily58/lily58_left.conf +++ b/app/boards/shields/lily58/lily58_left.conf @@ -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 diff --git a/app/build_right.bat b/app/build_right.bat new file mode 100644 index 0000000..4fa87e0 --- /dev/null +++ b/app/build_right.bat @@ -0,0 +1 @@ +west build -p -- -DSHIELD=lily58_right
\ No newline at end of file |