Remove deprecated RGB_ and Mouse keycodes (#25444)
* Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
This commit is contained in:
parent
71b88b333d
commit
6b38dc17cd
325 changed files with 911 additions and 964 deletions
|
|
@ -48,7 +48,7 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
|
|||
}
|
||||
switch (index) {
|
||||
case 0: // Left-half encoder, mouse scroll.
|
||||
tap_code(clockwise ? KC_MS_WH_DOWN : KC_MS_WH_UP);
|
||||
tap_code(clockwise ? MS_WHLD : MS_WHLU);
|
||||
break;
|
||||
case 1: // Right-half encoder, volume control.
|
||||
tap_code(clockwise ? KC_AUDIO_VOL_UP : KC_AUDIO_VOL_DOWN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue