Removed mouse wheel from nav layer

This commit is contained in:
Victor 2024-05-01 22:04:25 -05:00
parent 5e74da734e
commit fa85221e82
Failed to generate hash of commit
3 changed files with 4 additions and 4 deletions

View file

@ -33,8 +33,8 @@ layers:
- {h: "NAV", t: "0"} - {h: "NAV", t: "0"}
- {t: Mute, type: ghost} - {t: Mute, type: ghost}
NAV: NAV:
- [null, Home, ▲, End, Page Up, Mouse Wheel Up, null, Sniper Toggle, Sniper DPI, Pointer DPI ] - [null, Home, ▲, End, Page Up, null, null, Sniper Toggle, Sniper DPI, Pointer DPI ]
- [null, ◄, ▼, ►, Page Down, Mouse Wheel down, Shift, Ctrl, Alt, Gui ] - [null, ◄, ▼, ►, Page Down, null, Shift, Ctrl, Alt, Gui ]
- [Undo, Cut, Copy, Paste, Redo, null, App, Vol-, Vol+, Mute ] - [Undo, Cut, Copy, Paste, Redo, null, App, Vol-, Vol+, Mute ]
- {t: Zoom Reset, type: ghost} - {t: Zoom Reset, type: ghost}
- NUM - NUM

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Before After
Before After

View file

@ -215,8 +215,8 @@ enum keycodes {
#define LAYER_NAVIGATION \ #define LAYER_NAVIGATION \
___x___, KC_HOME, KC_UP, KC_END, KC_PGUP, TR_MWHU, ___x___, TR_SNIP, TR_SDPI, TR_PDPI, \ ___x___, KC_HOME, KC_UP, KC_END, KC_PGUP, ___x___, ___x___, TR_SNIP, TR_SDPI, TR_PDPI, \
___x___, KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, TR_MWHD, _SCAG_MODS________________________, \ ___x___, KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, ___x___, _SCAG_MODS________________________, \
_UCCPR_L___________________________________, ___x___, KC_APP, KC_VOLD, KC_VOLU, KC_MUTE, \ _UCCPR_L___________________________________, ___x___, KC_APP, KC_VOLD, KC_VOLU, KC_MUTE, \
ZOOMRST, _______, KC_SPC, _LAYER_TRANS_____________ ZOOMRST, _______, KC_SPC, _LAYER_TRANS_____________