diff options
| author | Josh <joshott16@gmail.com> | 2024-12-15 16:51:53 -0500 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2024-12-15 16:51:53 -0500 |
| commit | d8bedd54ad85aac1176879f5958af3e322cfd755 (patch) | |
| tree | ddceb14e27dffca50dbad015a53b3ea8f8a1791a /config/cradio.keymap | |
| parent | 9059987c9424e81346a43d365cd1abaaddaadbee (diff) | |
| download | zmk-config-d8bedd54ad85aac1176879f5958af3e322cfd755.tar.gz zmk-config-d8bedd54ad85aac1176879f5958af3e322cfd755.zip | |
fixed scroll defines
Diffstat (limited to 'config/cradio.keymap')
| -rw-r--r-- | config/cradio.keymap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 5393bad..bedf0de 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -155,7 +155,7 @@ bindings = < //╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮ //│ │ │ │ │ │ │ │SCRL LEFT │SCRL DOWN │SCRL UP │SCRL RIGHT│ - &none &none &none &none &none &none &msc MOVE_LEFT &msc MOVE_DOWN &msc MOVE_UP &msc MOVE_RIGHT + &none &none &none &none &none &none &msc SCRL_LEFT &msc SCRL_DOWN &msc SCRL_UP &msc SCRL_RIGHT //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ //│ CONTROL │ MIDDLE │ RIGHT │ LEFT │ │ │ │ MSE LEFT │ MSE DOWN │ MSE UP │ MSE RIGHT│ &kp LCTRL &mkp MCLK &mkp RCLK &mkp LCLK &none &none &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_UP &mmv MOVE_RIGHT |